Re: [R] Adding plane in a 3D scatterplot

2008-10-03 Thread Uwe Ligges
quot; $major [1] "2" $minor [1] "7.1" $year [1] "2008" $month [1] "06" $day [1] "23" $`svn rev` [1] "45970" $language [1] "R" $version.string [1] "R version 2.7.1 (2008-06-23)" --- On Thu, 10/2/08, Uwe Li

Re: [R] Adding plane in a 3D scatterplot

2008-10-02 Thread Megh Dal
$year [1] "2008" $month [1] "06" $day [1] "23" $`svn rev` [1] "45970" $language [1] "R" $version.string [1] "R version 2.7.1 (2008-06-23)" --- On Thu, 10/2/08, Uwe Ligges <[EMAIL PROTECTED]> wrote: > From: Uwe Ligges <[EM

Re: [R] Adding plane in a 3D scatterplot

2008-10-02 Thread Uwe Ligges
Megh Dal wrote: I have drawn a 3D scatter plot : library(mnormt) library(scatterplot3d) dat = cbind(rmnorm(3, rep(0,2), diag(2)), 1:3) scatterplot3d(dat) Now I want to do 2 things : 1 : In the Z-axis (i.e. height), I want to see only numbers 1,2,3, etc NOT, 1,1.5,2,2.5. 2. I wa

[R] Adding plane in a 3D scatterplot

2008-10-02 Thread Megh Dal
I have drawn a 3D scatter plot : library(mnormt) library(scatterplot3d) dat = cbind(rmnorm(3, rep(0,2), diag(2)), 1:3) scatterplot3d(dat) Now I want to do 2 things : 1 : In the Z-axis (i.e. height), I want to see only numbers 1,2,3, etc NOT, 1,1.5,2,2.5. 2. I want to add two Horizo