Re: [R] 3-dimensional graph

2007-10-01 Thread bbolker
John Sorkin wrote: > > Windows XP > R 2.3.1 > > I have a funciton > fit1<-lm(y~x+z) > Is there a function that will produce a 3-dimensional plot of y,x,z? > > I looked at the help files, but did not find a clean answer to my questio > Check out ?scatter3d in the Rcmdr package. Ben Bolker

Re: [R] 3-dimensional graph

2007-10-01 Thread Wayne.W.Jones
Hi there, you could try: library(scatterplot3d) THese function are also quite handu for visualising 3d images in 2d by virtue of contours, heat maps etc.. ?image ?persp ?contour -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Sorkin Sent: 01 October

Re: [R] 3-dimensional graph

2007-09-30 Thread jim holtman
There are many. Check out the 'rgl' package to see an interactive version of 3D plots. On 9/30/07, John Sorkin <[EMAIL PROTECTED]> wrote: > Windows XP > R 2.3.1 > > I have a funciton > fit1<-lm(y~x+z) > Is there a function that will produce a 3-dimensional plot of y,x,z? > > I looked at the help