Re: [R] Exporting interactive 3D plots with axes and labels

2011-05-13 Thread van Rijn, Peter
, Peter; r-help@r-project.org Subject: Re: [R] Exporting interactive 3D plots with axes and labels Does ?snapshot3d not do what you want? Or what do you mean by 'export' ? remko - Remko Duursma Research Lecturer Hawkesbury Institu

Re: [R] Exporting interactive 3D plots with axes and labels

2011-05-12 Thread Duncan Murdoch
On 12/05/2011 4:47 PM, van Rijn, Peter wrote: Hi, I have a question about exporting interactive 3D plots. I use the following code to plot a contour of a trivariate normal distribution: library(mvtnorm) library(rgl) library(misc3d) n=25 x=seq(-3,3,length=n) X=cbind(rep(x,each=n**2),rep(rep(x,

Re: [R] Exporting interactive 3D plots with axes and labels

2011-05-12 Thread Remko Duursma
Does ?snapshot3d not do what you want? Or what do you mean by 'export' ? remko - Remko Duursma Research Lecturer Hawkesbury Institute for the Environment University of Western Sydney Hawkesbury Campus, Richmond Mobile: +61 (0)422 096908 www.r

[R] Exporting interactive 3D plots with axes and labels

2011-05-12 Thread van Rijn, Peter
Hi, I have a question about exporting interactive 3D plots. I use the following code to plot a contour of a trivariate normal distribution: library(mvtnorm) library(rgl) library(misc3d) n=25 x=seq(-3,3,length=n) X=cbind(rep(x,each=n**2),rep(rep(x,each=n),n),rep(x,n**2)) p=array(dmvnorm(X,sigma=