On Wed, Oct 04, 2006 at 09:10:23AM +0100, Wee-Jin Goh wrote: > > On 4 Oct 2006, at 09:03, Robin Hankin wrote: > > > Hi Wee-Jin > > > > check out R-and-octave.txt, on the contributed docs section of CRAN. > > > > > > HTH > > > > Robin > > > > -- > > Robin Hankin > > Uncertainty Analyst > > National Oceanography Centre, Southampton > > European Way, Southampton SO14 3ZH, UK > > tel 023-8059-7743 > > > > Thanks for the response Robin, but that document doesn't help me with > either my quest for plot3, or multiple figures (i.e. the 'figure' > command in Octave/Matlab).
For 3d figures you can check the persp command, and for multiple figures, just use x11(): x11() plot() x11() plot() ... You might want to check ?Devices to see how R handles graphics devices. Gabor > cheers, > Wee-Jin > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Csardi Gabor <[EMAIL PROTECTED]> MTA RMKI, ELTE TTK ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
