, 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
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,
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
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=
4 matches
Mail list logo