Displaying 3 results from an estimated 3 matches for "3dscatterplot".
2008 May 13
1
3dscatterplot -different colors for different factors of the same variable
Dear R users,
I was trying to do a 3d scatterplot for the following set of datas:
"obj" "time" "X" "Y"
"1" "yellow" "333" "388.7" "492.3"
"2" "yellow" "567" "388.7" "492.3"
"3" "green" "621" "135.5"
2004 Nov 17
3
3d scatter plot with drop line
This is a follow up to my question from yesterday. I want to do in R
what is called a "3d scatter plot with drop lines" in S-PLUS.
Basically, it's a 3dscatterplot with lines connecting the x-y grid to
the z points.
The lines give a better perspective on the shape of the data surface.
How to?
Joel Bremson
UC Davis Statistics
2004 Nov 18
0
Fwd: Re: 3d scatter plot with drop line
...a
b[,3] <- 0
p3dpairs(a,b)
gives you a good approximation to what you want
HTH
rksh
>
>
>>This is a follow up to my question from yesterday. I want to do in R
>>what is called a "3d scatter plot with drop lines" in S-PLUS.
>>
>>Basically, it's a 3dscatterplot with lines connecting the x-y grid to
>>the z points.
>>The lines give a better perspective on the shape of the data surface.
>>
>>How to?
>>
>>Joel Bremson
>>UC Davis Statistics
>>
>>______________________________________________
>>R-help...