Response Surface
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