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.> version_ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 9.0 year 2004 month 04 day 12 language R btw:i get what i want in R1.8.1pat
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... The beta builds for Windows are available on CRAN in /bin/windows/base, where they are called "patch releases". Right now the build that's online is 5 days old, but today's build should be online tomorrow. Source code (at least) is available for other platforms from the main page. Duncan Murdoch
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 ------------------------------