Re: [R] 3D scatter plot with projections

2011-01-08 Thread Gang Chen
Yes, too bad I didn't realize that it's so simple like that! Thanks... On Sat, Jan 8, 2011 at 12:45 PM, David Winsemius wrote: > > On Jan 8, 2011, at 11:21 AM, Gang Chen wrote: > > Thanks a lot for the quick help! How to project the scatter plot with the >> diagonal line to the three planes with

Re: [R] 3D scatter plot with projections

2011-01-08 Thread David Winsemius
On Jan 8, 2011, at 11:21 AM, Gang Chen wrote: Thanks a lot for the quick help! How to project the scatter plot with the diagonal line to the three planes with scatterplot3d? I could not find such an example demonstrating that in the vignette. I'm puzzled. If you have (x1, y1, z1) and (x2,

Re: [R] 3D scatter plot with projections

2011-01-08 Thread Gang Chen
Thanks a lot for the quick help! How to project the scatter plot with the diagonal line to the three planes with scatterplot3d? I could not find such an example demonstrating that in the vignette. Thanks, Gang 2011/1/8 Uwe Ligges > > > On 08.01.2011 16:38, Gang Chen wrote: > >> I want to create

Re: [R] 3D scatter plot with projections

2011-01-08 Thread Uwe Ligges
On 08.01.2011 16:38, Gang Chen wrote: I want to create some 3D scatter plot with a diagonal line. In addition, I'd like to have those points plus the diagonal line projected to those three planes (xy, yz and xz). Which package can I use to achieve this, scatterplot3d or something else? Yes, s

[R] 3D scatter plot with projections

2011-01-08 Thread Gang Chen
I want to create some 3D scatter plot with a diagonal line. In addition, I'd like to have those points plus the diagonal line projected to those three planes (xy, yz and xz). Which package can I use to achieve this, scatterplot3d or something else? Thanks, Gang [[alternative HTML version