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@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
> 
> 
>

______________________________________________
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

Reply via email to