Skip to content
Prev 180350 / 398525 Next

scatterplot3d

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Thursday, May 14, 2009 4:44 AM
To: Nair, Murlidharan T
Cc: r-help at r-project.org
Subject: Re: [R] scatterplot3d
Nair, Murlidharan T wrote:
Please be patient for a day or two before expecting a reply. If you 
expect some Europeans to answer: Not all of us are awake at 2am....

Sorry, for being a little impatient, I was working to meet a deadline. Thanks for your help. 

Cheers../Murli
Example:

s3d <- scatterplot3d(x, y, z, axis=FALSE,
          main="DNA curvature", type="l", grid=FALSE)
s3d$points3d(x1, y1, z1, col=2, type="l")
s3d$points3d(x2, y2, z2, col=3, type="l")
scatterplot3d is not good for such rotations. In order to view and 
rotate the data, I'd suggest to use the rgl package.

Uwe Ligges
[data deleted to reduce message size]
mented, minimal, self-contained, reproducible code.