[R] 4D plotting

2009-12-06 Thread Jared Nance
Hello list, Thanks in advance for whatever help you can give me. I have a data set that I want to visualize that has four important dimensions (x,y,z,t). What I would like to be able to do is plot the three spatial coordinates using, say, scatterplot3d (or similar), and have the color of the

Re: [R] 4D plotting

2009-12-06 Thread Arun.stat
3rd and 4th dimension can easily be accommodated in a 2d plot by using different color, shape of points etc. Therefore you can start with ggplot package. You might also want to look into here : http://had.co.nz/ggplot2/geom_point.html Best, Jared Nance wrote: Hello list, Thanks in advance

Re: [R] 4D plotting

2009-12-06 Thread milton ruser
Hi Jared, google R graph library 4d or http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=90 bests milton On Sun, Dec 6, 2009 at 7:31 AM, Jared Nance nanc...@phys.washington.eduwrote: Hello list, Thanks in advance for whatever help you can give me. I have a data set that I want