[R] error with barplot command?

(Ted Harding) Ted.Harding at nessie.mcc.ac.uk
Mon Jun 14 23:43:27 CEST 2004


On 14-Jun-04 Duncan Murdoch wrote:
> On Tue, 15 Jun 2004 01:40:49 +0800, »ÆÈÙ¹ó <0034058 at fudan.edu.cn>
> wrote :
> 
>>when i use barplot ,it seems there is sth wrong with it.
>>my command are:
>>> beer = scan()
>>1: 3 4 1 1 3 4 3 3 1 3 2 1 2 1 2 3 2 3 1 1 1 1 4 3 1
>>26:
>>Read 25 items
>>> barplot(table(beer))
>>
>>but it does NOT produce what i want.
> 
> Please try 1.9.1 beta.  This should be fixed now...

Hmmm.
R
major    1
minor    8.0
year     2003

table(beer)
beer
 1  2  3  4 
10  4  8  3

and barplot(table(beer)) looks fine! Does this mean that barplot()
got un-fixed between 1.8.0 and 1.9.0?

Ted.




--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk>
Fax-to-email: +44 (0)870 167 1972
Date: 14-Jun-04                                       Time: 22:43:27
------------------------------ XFMail ------------------------------




More information about the R-help mailing list