search for: cswdvcr

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

2008 Feb 20
0
Non-standard S4 behavior
...g out the code from Chamber's "Classes and Methods in the S language": http://www.omegahat.org/RSMethods/Intro.pdf >From my session: R> whatis <- function(object) paste( "sdw" ) R> setMethod( "whatis", "vector", function(object) paste( "cswdvcr" ) ) R> dumpMethod( "whatis", "numeric" ) [1] "whatis.numeric.R" But the "whatis.numeric.R" file contains: setMethod("whatis", "numeric", NULL ) As you can see this is not what the guide describes. My R environment( built from s...