On 8 April 2010 06:03, Ivan Gregoretti <ivang...@gmail.com> wrote:
> Hi Sam and everybody,
>
> Can you educate me a little bit on the use of barchart?
>
> A command like this
>
> barchart(~table(someProperty), data=A)
>
> produces a barchart with horizontal bars.


That should be
barchart(table(someProperty), data=A)
     (the method for objects of class "table")


> I want to produce that graph but with VERTICAL bars.
>
> clearly, horizontal=FALSE does not work.

and you will find that horizontal = FALSE does work.






-- 
Felix Andrews / 安福立
Postdoctoral Fellow
Integrated Catchment Assessment and Management (iCAM) Centre
Fenner School of Environment and Society [Bldg 48a]
The Australian National University
Canberra ACT 0200 Australia
M: +61 410 400 963
T: + 61 2 6125 4670
E: felix.andr...@anu.edu.au
CRICOS Provider No. 00120C
-- 
http://www.neurofractal.org/felix/

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to