On Thursday 07 August 2003 20: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"

I guess you forgot to say

  library(gregmisc)

maybe it's a good idea to take a look at "An Introduction to R"...
Z

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to