Good Evening, I'm using R1.2.1. Is 3D plotting available? The only reference I find is to "plot.locfit.3d {locfit}" and the documentation says the function is not currently available in R. Any help is appreciated. Best Regards, Bill Vedder -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sun, 11 Nov 2001, Bill Vedder wrote:> Good Evening, > > I'm using R1.2.1. Is 3D plotting available? The only reference I find > is to "plot.locfit.3d {locfit}" and the documentation says the function > is not currently available in R.See ?persp, which may be what you are looking for. Some people call contour() and image() 3D plots too, as they plot z vs (x, y), but the result is 2D. I think locfit is well out-of-date on this. BTW, so is your R version: 1.3.1 is current. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Depends on what you want. As Prof. Ripley pointed out persp is one of the functions to try. Another alternative is to use scatterplot3d package, which is available from CRAN. However you may want to upgrade your R to the latest (1.3.1) version. Cheers, Ko-Kang Wang -----Original Message----- From: owner-r-help at stat.math.ethz.ch [mailto:owner-r-help at stat.math.ethz.ch]On Behalf Of Bill Vedder Sent: Sunday, November 11, 2001 8:22 PM To: r-help at stat.math.ethz.ch Subject: [R] 3D Plots Good Evening, I'm using R1.2.1. Is 3D plotting available? The only reference I find is to "plot.locfit.3d {locfit}" and the documentation says the function is not currently available in R. Any help is appreciated. Best Regards, Bill Vedder -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._