Displaying 2 results from an estimated 2 matches for "r51754".
2010 May 18
1
lattice::panel.levelplot.raster too picky with unequal spacing
...suggest that a strict equality is
not always suitable,
x <- seq(0, 50, length=100)
ux <- sort(unique(x[!is.na(x)]))
length(unique(diff(ux)))
# 8
sd(unique(diff(ux)))
# 2.462951e-15
Suggestions / comments are welcome.
Best regards,
baptiste
sessionInfo()
R version 2.11.0 RC (2010-04-16 r51754)
i386-apple-darwin9.8.0
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_0.18-5
loaded via a namespace (and not attached):
[1] grid_2.11.0 tools_2.11...
2010 Apr 17
2
grid.cap() requires more time?
...not loaded: /usr/X11/lib/libpng12.0.dylib
Referenced from:
/Library/Frameworks/R.framework/Resources/modules/i386/R_X11.so
Reason: Incompatible library version: R_X11.so requires version
42.0.0 or later, but libpng12.0.dylib provides version 36.0.0
sessionInfo()
R version 2.11.0 RC (2010-04-16 r51754)
i386-apple-darwin9.8.0
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] grid stats graphics grDevices utils datasets
methods base
loaded via a namespace (and not attached):
[1] tools_2.11.0
I would appreciate if someone could confirm t...