[R] Can a dynamic graphic produced by rgl be saved?

Eric R. ericr at mcs.st-and.ac.uk
Sun Jan 6 17:56:16 CET 2008


?rgl.snapshot


Michael Kubovy wrote:
> 
> Dear r-helpers,
> 
> Can one save a dynamic graphic produced by rgl, e.g.:
> open3d();   x <- sort(rnorm(1000));   y <- rnorm(1000);   z <-  
> rnorm(1000) + atan2(x,y);   plot3d(x, y, z, col=rainbow(1000), size=2)
> as a dynamic figure that can be embedded in a pdf?
> _____________________________
> Professor Michael Kubovy
> University of Virginia
> Department of Psychology
> USPS:     P.O.Box 400400    Charlottesville, VA 22904-4400
> Parcels:    Room 102        Gilmer Hall
>          McCormick Road    Charlottesville, VA 22903
> Office:    B011    +1-434-982-4729
> Lab:        B019    +1-434-982-4751
> Fax:        +1-434-982-4766
> WWW:    http://www.people.virginia.edu/~mk9y/
> 
> ______________________________________________
> R-help at 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.
> 
> 

-- 
View this message in context: http://www.nabble.com/Can-a-dynamic-graphic-produced-by-rgl-be-saved--tp14649977p14650635.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list