Exporting an rgl graph
On Thu, Apr 15, 2010 at 10:24 AM, <cgenolin at u-paris10.fr> wrote:
Hi the list, I use rgl to produce a 3D graph. I would like to "show" this graph to some collaborator. Is there a way to save it and send it to someone else?
See ?rgl.postscript and ?rgl.snapshot Or use some kind of screen capture system - on Windows the 'Print Screen' key can copy the screen to the clipboard, paste into Photoshop or other graphics program. On Linux, I use 'scrot' from the command line - type 'scrot -s', click on a window, and it makes a PNG file of it.