Re: [R] Problem with scatterplot3d example

2008-07-24 Thread Uwe Ligges
Duncan Murdoch wrote: On 7/24/2008 8:02 AM, Tom La Bone wrote: I tried to run the following example from section 4.1.4 of the "Scatterplot3d - an R package for Visualizing Multivariate Data" vignette and got an error on the part that plots the regression plane: library(scatterplot3d) data

Re: [R] Problem with scatterplot3d example

2008-07-24 Thread Duncan Murdoch
On 7/24/2008 8:02 AM, Tom La Bone wrote: I tried to run the following example from section 4.1.4 of the "Scatterplot3d - an R package for Visualizing Multivariate Data" vignette and got an error on the part that plots the regression plane: library(scatterplot3d) data(trees) s3d <- scatterplot3d

[R] Problem with scatterplot3d example

2008-07-24 Thread Tom La Bone
I tried to run the following example from section 4.1.4 of the "Scatterplot3d - an R package for Visualizing Multivariate Data" vignette and got an error on the part that plots the regression plane: > library(scatterplot3d) > data(trees) > s3d <- scatterplot3d(trees, type = "h", color = "blue", +