search for: r42843

Displaying 2 results from an estimated 2 matches for "r42843".

Did you mean: 042843
2007 Sep 15
1
R-2.6.0 for Windows, semi-transparent colours and layout()
...0) > > layout(matrix(1:2, ncol = 2)) > plot(y ~ x, pch = 16, col = rgb(1, 0, 0, 0.15)) > plot(y ~ x, pch = 16, col = rgb(1, 0, 0, 0.15)) results in the second one having only the axes and box, but no data points. This is under > sessionInfo() R version 2.6.0 alpha (2007-09-14 r42843) i386-pc-mingw32 locale: LC_COLLATE=Swedish_Sweden.1252;LC_CTYPE=Swedish_Sweden.1252;LC_MONETARY=Swedish_Sweden.1252;LC_NUMERIC=C;LC_TIME=Swedish_Sweden.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base Henric
2007 Sep 18
1
Re-attaching a package environment drops the attributes
...kageDescription("utils2") ## Error in if (pkgpath == "") { : argument is of length zero sessionInfo() ## Error in if (pkgpath == "") { : argument is of length zero Again, this might or might not expected. Finally: > sessionInfo() R version 2.6.0 alpha (2007-09-14 r42843) 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] stats graphics grDevices utils datasets methods base Cheers Henrik