An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20041125/f35ac798/attachment.pl
Response Surface
2 messages · dvrecko@sfu.ca, Deepayan Sarkar
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