search for: r39012

Displaying 3 results from an estimated 3 matches for "r39012".

Did you mean: 39012
2006 Aug 31
1
S4 Method Dispatch for Sealed Classes
...hod for function 'foo' for this call My question is: why does sealed=TRUE impact on method dispatch? Please, can you point me to the relevant documentation? Reading ?setMethod, ?Methods, I failed to find an answer. Thank you. Best. Thomas Tried on R 2.3.1 and R 2.4.0-devel (2006-08-29 r39012): same result. -- Thomas Koenig Biostatistician Epigenomics AG Kleine Praesidentenstr. 1 10178 Berlin, Germany phone:+49-30-24345-376 fax:+49-30-24345-555 http://www.epigenomics.com thomas.koenig at epigenomics.co...
2006 Aug 31
1
problem with postscript output of R-devel on Windows
...postscript output of plot on Windows. My code still works properly with R 2.3 but, with R 2.4, the white text on red background does not show up. It does, however, show up when output is sent to the screen. Below is my code and sessionInfo. R version 2.4.0 Under development (unstable) (2006-08-29 r39012) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] "splines" "tools" "methods" "stats&quo...
2006 Sep 14
3
converting strings to expressions
...ls = eexp))) xyplot(1:10 ~ 1:10, scales = list(x = list(at = c(3, 6), labels = do.call(expression, lapply(estr, as.name))))) --------------- This happens in both 2.3.1 and pre-2.4.0. Deepayan > sessionInfo() Version 2.3.1 Patched (2006-08-27 r39012) x86_64-unknown-linux-gnu attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] "base" other attached packages: lattice "0.13-10" > sessionInfo() R version 2.4.0...