I am looking for a package that allow to plot 3D set of points (x, y, z) ? Can someone help me to find it ? thank for help anne -- Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr Equipe de Bioinformatique Mol?culaire, Universite Paris 7 Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 75251 Paris cedex 05 Fax : 01.43.26.38.30 -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000418/ddea515d/attachment.html
> I am looking for a package that allow to plot 3D set of points (x, y, z) ? > Can someone help me to find it ?1. You can use "xgobi" ( http://www.research.att.com/areas/stat/xgobi/ ) The R package "xgobi" (available at CRAN) can be used to invoke xgobi within your R session. 2. Martin Maechler and me are developing a scatterplot3d(.) function. Have a look at http://www.statistik.uni-dortmund.de/leute/ligges.htm But don't expect too much at this time.... Regards, Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello! Uwe Ligges wrote the nice function scatterplot3d. The latest version can be found here: http://www.statistik.uni-dortmund.de/leute/ligges/R Have fun, Detlef Steuer On 18-Apr-2000 Anne Badel-Chagnon wrote:> I am looking for a package that allow to plot 3D set of points (x, y, z) ? > > Can someone help me to find it ? > > thank for help > > anne > > -- > Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr > Equipe de Bioinformatique Mol?culaire, Universite Paris 7 > Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 > 75251 Paris cedex 05 Fax : 01.43.26.38.30 > >-- Detlef Steuer Universitaet Dortmund /////// LS Computergestuetzte Statistik U N I D O /// steuer at statistik.uni-dortmund.de ______/////// Tel: ++49 +231 755 4353 Fax: ++49 +231 755 4387 \_\_\_\///// \_\_\_\/// \_\_\_\/ *** The root causes of bad leadership are greed, *** *** aggressiveness, pride and resentment. *** *** Analects, Konfuzius *** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
scatterplot3d, available through http://www.statistik.uni-dortmund.de/leute/ligges.htm On Tue, 18 Apr 2000, Anne Badel-Chagnon wrote:> I am looking for a package that allow to plot 3D set of points (x, y, z) ? > > Can someone help me to find it ? > > thank for help > > anne > > -- > Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr > Equipe de Bioinformatique Moléculaire, Universite Paris 7 > Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 > 75251 Paris cedex 05 Fax : 01.43.26.38.30 > > >-- Ben Bolker bolker at zoo.ufl.edu Zoology Department, University of Florida http://www.zoo.ufl.edu/bolker 318 Carr Hall/Box 118525 tel: (352) 392-5697 Gainesville, FL 32611-8525 fax: (352) 392-3704 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Well, I guess it depends on WHAT KIND of 3D plots you want. Try typing:> ?perspThis help file will explain how you can draw perspective 3D surface plot, which, from your discription of (x, y, z), is the one you should use. Cheers, Ko-Kang Wang Anne Badel-Chagnon wrote:> > > I am looking for a package that allow to plot 3D set of points (x, y, z) ? > > Can someone help me to find it ? > > thank for help > > anne > > -- > Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr > Equipe de Bioinformatique Mol?culaire, Universite Paris 7 > Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 > 75251 Paris cedex 05 Fax : 01.43.26.38.30 > >-------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000419/4d91eebf/attachment.html