hello, to use the function plot3d, i should use the package R.basic! plot3d {R.basic} If people know exactly a site to load this package, please give me the URL! Thanks Sabine --------------------------------- [[alternative HTML version deleted]]
http://www.maths.lth.se/help/R/R.classes/ in section 2.2 Manual download: Download the Windows binary distribution (*.zip) or the non-Windows source distribution (*.tar.gz) Just Click on It Grüße Andreas -----Original Message----- From: r-help-bounces@stat.math.ethz.ch [mailto:r-help-bounces@stat.math.ethz.ch]On Behalf Of Navarre Sabine Sent: Donnerstag, 9. Juni 2005 11:49 To: r-help@stat.math.ethz.ch Subject: [R] plot3d hello, to use the function plot3d, i should use the package R.basic! plot3d {R.basic} If people know exactly a site to load this package, please give me the URL! Thanks Sabine --------------------------------- [[alternative HTML version deleted]] ______________________________________________ R-help@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 [[alternative HTML version deleted]]
Le 09.06.2005 11:48, Navarre Sabine a ??crit :>hello, > >to use the function plot3d, i should use the package R.basic! > >plot3d {R.basic} > >If people know exactly a site to load this package, please give me the URL! > >Thanks > >Sabine > >Hello Sabine, Do you plan to ask that same question everyday. Today, you are more precise by giving the actual name of the package you search. R.basic is a part of the R.classes bundle : http://www.maths.lth.se/help/R/R.classes/ Google could have find it for you. Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~ Romain FRANCOIS - http://addictedtor.free.fr ~~~~~~ ~~~~ Etudiant ISUP - CS3 - Industrie et Services ~~~~ ~~ http://www.isup.cicrp.jussieu.fr/ ~~ ~~~~ Stagiaire INRIA Futurs - Equipe SELECT ~~~~ ~~~~~~ http://www.inria.fr/recherche/equipes/select.fr.html ~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
On Thu, 9 Jun 2005 11:48:32 +0200 (CEST) Navarre Sabine wrote:> hello, > > to use the function plot3d, i should use the package R.basic! > > plot3d {R.basic}Better question than your previous two...> If people know exactly a site to load this package, please give me the > URL!...but not difficult to answer: It's obviously not on CRAN. Entering "R.basic" into Google returns Henrik Bengtsson's page as the first hit. And indeed R.basic is part of the R.classes bundle. See http://www.maths.lth.se/help/R/R.classes/ To install, use something like: install.packages("R.classes", contriburl="http://www.maths.lth.se/help/R") Best, Z> Thanks > > Sabine > > > > --------------------------------- > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 >
Navarre Sabine wrote:> hello, > > to use the function plot3d, i should use the package R.basic! > > plot3d {R.basic}I have just googled for "plot3d R.basic" and the first hit pointed me to the correct URL .... Uwe Ligges> If people know exactly a site to load this package, please give me the URL! > > Thanks > > Sabine > > > > --------------------------------- > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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
I do not see R.basic on CRAN, but digging a bit turns up Henrik's R.classes bundle, which you can get by install.packages("R.classes", contriburl="http://www.maths.lth.se/help/R") After that, just do library(R.basic) example(plot3d) Andy> From: Navarre Sabine > > hello, > > to use the function plot3d, i should use the package R.basic! > > plot3d {R.basic} > > If people know exactly a site to load this package, please > give me the URL! > > Thanks > > Sabine > > > > --------------------------------- > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 > > >
Sabine, It helps us to help you if you tell us what you want to do, preferably with a code example, and what system/version of R you have: type version. On my PC I get: > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 2 minor 1.0 year 2005 month 04 day 18 language R I can not find plot3d on my installation (updated/installed all package from CRAN yesterday). Quite sure you do not want to start out with a package that is not on CRAN. Are you sure none of the packages on CRAN provide the functionality you need? Cheers, Sander. Navarre Sabine wrote:> hello, > > to use the function plot3d, i should use the package R.basic! > > plot3d {R.basic} > > If people know exactly a site to load this package, please give me the URL! > > Thanks > > Sabine > > > > --------------------------------- > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 >-- -------------------------------------------- Dr Sander P. Oom Animal, Plant and Environmental Sciences, University of the Witwatersrand Private Bag 3, Wits 2050, South Africa Tel (work) +27 (0)11 717 64 04 Tel (home) +27 (0)18 297 44 51 Fax +27 (0)18 299 24 64 Email sander at oomvanlieshout.net Web www.oomvanlieshout.net/sander
Now you made me curious! Installed the package myself as well! Maybe you can send an example graph to Romain, to be included in the graph gallery. Then we can all see what plot3d does! Thanks, Sander. Sander Oom wrote:> Sabine, > > It helps us to help you if you tell us what you want to do, preferably > with a code example, and what system/version of R you have: type version. > > On my PC I get: > > version > _ > platform i686-pc-linux-gnu > arch i686 > os linux-gnu > system i686, linux-gnu > status > major 2 > minor 1.0 > year 2005 > month 04 > day 18 > language R > > I can not find plot3d on my installation (updated/installed all package > from CRAN yesterday). Quite sure you do not want to start out with a > package that is not on CRAN. Are you sure none of the packages on CRAN > provide the functionality you need? > > Cheers, > > Sander. > > Navarre Sabine wrote: >> hello, >> >> to use the function plot3d, i should use the package R.basic! >> >> plot3d {R.basic} >> >> If people know exactly a site to load this package, please give me the >> URL! >> >> Thanks >> >> Sabine >> >> >> >> --------------------------------- >> >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> 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 >> > >-- -------------------------------------------- Dr Sander P. Oom Animal, Plant and Environmental Sciences, University of the Witwatersrand Private Bag 3, Wits 2050, South Africa Tel (work) +27 (0)11 717 64 04 Tel (home) +27 (0)18 297 44 51 Fax +27 (0)18 299 24 64 Email sander at oomvanlieshout.net Web www.oomvanlieshout.net/sander