Hi Everybody, I am a newbie in R. I have a data in the form of a matrix which I want to make some 3D plots using R. There is some functions for instance hist() for 2D plots, but I cant find any function for 3D plots. Is there any function available in R for 3D plots? If so, is there any documention available on internet so that I can go through. With regards, Soumyadeep
Hi, http://www.stat.ucl.ac.be/ISpersonnel/lecoutre/stats/fichiers/_gallery.pdf The document above starts showing 3 different types of 3D graphics persp scatterplot3d wireframe A few days ago there was a discussion here on the list about providing a "graph library". During this discussion several resources of example code where mentioned ( inter-alia that above). So if you need more ideas follow search this e-mails. cheers Eryk Soumyadeep nandi wrote:>Hi Everybody, >I am a newbie in R. I have a data in the form of a >matrix which I want to make some 3D plots using R. >There is some functions for instance hist() for 2D >plots, but I cant find any function for 3D plots. Is >there any function available in R for 3D plots? If so, >is there any documention available on internet so that >I can go through. >With regards, >Soumyadeep > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > > > >-- Witold Eryk Wolski __("< School of Mathematics and Statistics _ \__/ University of Newcastle 'v' || Newcastle upon Tyne, NE1 7RU, ENGLAND / \ ^^ mail: witek96 at users.sourceforge.net m m Phone : 044 (0)191 222 5376 FAX : 044 (0)191 222 8020
Am Donnerstag, 3. M?rz 2005 19:03 schrieb Soumyadeep nandi:> Hi Everybody, > I am a newbie in R. I have a data in the form of a > matrix which I want to make some 3D plots using R. > There is some functions for instance hist() for 2D > plots, but I cant find any function for 3D plots. Is > there any function available in R for 3D plots? If so, > is there any documention available on internet so that > I can go through.Yes,what about 'help.search("3d") (gives me some hits concerning your topic). There is at least one package which might meet your demands directly: "scatterplot3d". regards Thomas
Thanks Witold and Thomas, I could make 3D plots of my data. thanks for your kind suggestions. With best of my regards, Soumyadeep --- Witold Eryk Wolski <W.E.Wolski at ncl.ac.uk> wrote:> Hi, > >http://www.stat.ucl.ac.be/ISpersonnel/lecoutre/stats/fichiers/_gallery.pdf> > The document above starts showing 3 different types > of 3D graphics > > persp > > scatterplot3d > > wireframe > > > > > A few days ago there was a discussion here on the > list about providing a > "graph library". > During this discussion several resources of example > code where mentioned > ( inter-alia that above). > So if you need more ideas follow search this > e-mails. > > cheers > > Eryk > > > > Soumyadeep nandi wrote: > > >Hi Everybody, > >I am a newbie in R. I have a data in the form of a > >matrix which I want to make some 3D plots using R. > >There is some functions for instance hist() for 2D > >plots, but I cant find any function for 3D plots. > Is > >there any function available in R for 3D plots? If > so, > >is there any documention available on internet so > that > >I can go through. > >With regards, > >Soumyadeep > > > >______________________________________________ > >R-help at stat.math.ethz.ch mailing list > >https://stat.ethz.ch/mailman/listinfo/r-help > >PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > > > > > > > > > > -- > Witold Eryk Wolski > __("< School of Mathematics and Statistics _ > \__/ University of Newcastle 'v' > || Newcastle upon Tyne, NE1 7RU, ENGLAND / \ > ^^ mail: witek96 at users.sourceforge.net m m > Phone : 044 (0)191 222 5376 > FAX : 044 (0)191 222 8020 > >