On 05/11/2012 9:23 AM, Christophe Genolini wrote:
Hi the list,

Using misc3d, we can export 3d dynamic graph in pdf format.

Is it also possible to export these graph into a format that we can publish on 
the web?

You could write to WebGL. Most browsers support this (but it might need to be turned on, and Internet Explorer doesn't support it at all). See ?writeWebGL.

If you're using the R-forge version of rgl, you can also write to .stl format, which is readable by many other programs (but much more limited than WebGL). There are probably converters out there that can write some other format based on the .stl. See ?writeSTL.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to