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