search for: iris3d

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

Did you mean: iris3
2008 Oct 08
1
rgl_081.708: rgl.snapshot fails, causing persistent problems
...ot;failed" OK, I did : remove.packages("rgl") install.packages("rgl") to get rgl_081 from CRAN However, after that, snapshot works, but all rgl.text -- axis labels, tick labels, plot annotations, etc. do not appear. E.g.: see http://euclid.psych.yorku.ca/SCS/Gallery/Test/iris3d-bad.jpg produced by: library(rgl) data(iris) col <-c("blue", "green", "red")[iris$Species] plot3d(iris[,1:3], type="s", size=0.4, col=col, cex=2, box=FALSE, aspect="iso") (There should be variable labels and tick labels for the axes.) I've...