Skip to content
Back to formatted view

Raw Message

Message-ID: <200308071852.h77IqNqf006679@thorin.ci.tuwien.ac.at>
Date: 2003-08-07T18:52:23Z
From: Achim Zeileis
Subject: gregmisc
In-Reply-To: <69AFE183-C907-11D7-87A3-003065F9618A@xd5.so-net.ne.jp>

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