An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090709/e9bbfc53/attachment-0001.pl>
Save rgl plot3d Graph as Image
2 messages · Patrick Gedeon, Duncan Murdoch
Patrick Gedeon wrote:
Dear Users: I wish to save 3d scatter plots I have generated using the plot3d command in the rgl package. Any image format such as .tiff would work. Can anyone tell me how to do this?
Try snapshot3d(), or rgl.postscript(). The postscript conversion is somewhat limited, but produces better quality when it works, because it's not just a bitmap. Duncan Murdoch