RE: [R] 3D plotting in R

2003-09-19 Thread Simon Blomberg
I can reccommend ggobi. http://www.ggobi.org/ Install the binary standalone, and the Rggobi package for R (both are from the above site). Works fine for me on Windows 2000, R 1.7.1. Cheers, Simon. Simon Blomberg, PhD Depression Anxiety Consumer Research Unit Centre for Mental Health

Re: [R] 3D plotting in R

2003-09-19 Thread ucgamdo
For plotting 3D points, you might want to check the function 'cloud' in the 'lattice' package (some good examples in the help file), you can feed the 3 most important factors to the function and see a 3d rep of your data. A perhaps, a better 3D representation comes from the function 'sm.density'

Re: [R] 3D plotting in R

2003-09-19 Thread Thomas Lumley
On Fri, 19 Sep 2003, Richard A. O'Keefe wrote: I know about persp(), and a bunch of other things in R that give me a 3d view of a 2d field (plots of a function of 2 arguments, in other words). But I want to plot a bunch of 3D points and label them. I would try {g,x}gobi. -thomas