search for: cex3

Displaying 1 result from an estimated 1 matches for "cex3".

Did you mean: cex
1997 Sep 15
0
R-alpha: is.vector(.., mode=..) bug (old)
...as returned by 'mode(.)'; Currently it uses strings as returned by 'typeof(.)', see the definition of mode (written in R) which uses typeof(.) [among others]. [[and I've added the following useful EXAMPLE to the man page of 'mode' src/library/base/man/mode : cex3 <- c("1","1:1","1i","list(1)","args","lm","formals(lm)[[2]]","y~x") lex3 <- sapply(cex3, function(x) eval(parse(text=x))) mex3 <- t(sapply(lex3, function(x) c(typeof(x), storage.mode(x), mode(x))))...