[R] help with scatterplot3d

2007-08-13 Thread Ryan Briscoe Runquist
Hello, I am having a bit of trouble with scatterplot3d(). I was able to plot a 3d cloud of points using the following code: my.3dplot-scatterplot3d(my.coords, pch=19, zlim=c(0,1), scale.y=0.5, angle=30, box=FALSE) where my.coords is a data frame that contains x, y, and z coordinates for grid

Re: [R] help with scatterplot3d

2007-08-13 Thread Duncan Murdoch
On 8/13/2007 3:03 PM, Ryan Briscoe Runquist wrote: Hello, I am having a bit of trouble with scatterplot3d(). I was able to plot a 3d cloud of points using the following code: my.3dplot-scatterplot3d(my.coords, pch=19, zlim=c(0,1), scale.y=0.5, angle=30, box=FALSE) where my.coords is a

Re: [R] help with scatterplot3d

2007-08-13 Thread Ben Bolker
Ryan Briscoe Runquist rdbriscoe at ucdavis.edu writes: Hello, I am having a bit of trouble with scatterplot3d(). I was able to plot a 3d cloud of points using the following code: my.3dplot-scatterplot3d(my.coords, pch=19, zlim=c(0,1), scale.y=0.5, angle=30, box=FALSE) where