search for: r57181

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

Did you mean: 57181
2011 Nov 16
2
strange behavior from cex="*"
...nrow=dim(x)[1],ncol=dim(x)[2]) imgs <- lapply(pngs,png.to.img) par(mfrow=c(2,2)) lapply(imgs,function(x) { plot(0:1,0:1,type="n",ann=FALSE,axes=FALSE) rasterImage(x,0,0,1,1) }) ######################### > sessionInfo() R Under development (unstable) (2011-10-06 r57181) Platform: i686-pc-linux-gnu (32-bit) attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] glmmADMB_0.6.5 MASS_7.3-14 png_0.1-3 loaded via a namespace (and not attached): [1] grid_2.15.0 lattice_0.19-33 nlme_3.1-102 t...