Martin Maechler
1997-Aug-27 15:11 UTC
R-alpha: (minor?) S/R inconsistency: mode(unclass(terms(...)))
I just stumbled over the following : mode(utf <- unclass(tf <- terms( ~ (x + y + z)^2))) ## R: "call" ## S: "expression" Don't know if/when this could be important. It made a big difference for me, but this was in low-level experimentation... -- Martin =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Maybe Matching Threads
- R-alpha: (minor?) S-R inconsistency: NULL =~= list() -- useful is.ALL function
- length(unclass(x)) without unclass(x)?
- length(unclass(x)) without unclass(x)?
- True length - length(unclass(x)) - without having to call unclass()?
- True length - length(unclass(x)) - without having to call unclass()?