On Thu, 2003-08-07 at 13:46, atsuya fujito wrote:
> Hi
>
> How do I install "gregmisc" packages?
> I did-
> % sudo R
> > install.packages("gregmisc")
> .
> .
> > barplot2()
> but,
> Error: couldn't find function "barplot2"
>
> --
> atuya
> Mac OSX 10.2.6
> R 1.7.1
Assuming that you did not get any errors from the installation of the
package, you then need to use:
library(gregmisc)
to be able to use the functions in the package.
You might want to review "5. R Add-On Packages" in the main R FAQ.
(http://cran.r-project.org/doc/FAQ/R-FAQ.html#R%20Add-On%20Packages)
HTH,
Marc Schwartz
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help