Message-ID: <200411252305.17388.deepayan@stat.wisc.edu>
Date: 2004-11-26T05:05:17Z
From: Deepayan Sarkar
Subject: Response Surface
In-Reply-To: <200411260435.iAQ4ZaO2001043@rm-rstar.sfu.ca>
On Thursday 25 November 2004 22:35, dvrecko at sfu.ca wrote:
> Hi. I'm a student at Simon Fraser University in British Columbia,
> Canada. I can't for the life of me figure out how to plot a 3D
> surface (A 3D response surface to be more specific) in R. I found
> your email address on a web board, and saw someone mention
> wireframe(), but using the help in R yielded no results. Any
> suggestions?
Read
> help(persp)
and run
> example(persp)
> demo(persp)
Deepayan