On Thu, Aug 26, 2010 at 5:22 AM, Jonathan Greenberg
<greenb...@ucdavis.edu> wrote:
> Oops, small typo, should be:
>
>
> barchart_test_heights=sin(c(1:100))
> barchart_test_bins=c(c(1:50),c(1:50))
> groups=c(rep(1,50),rep(2,50))
>
> # Wish below didn't have spaces!
> barchart(barchart_test_bins~barchart_test_heights,groups=groups)

barchart(barchart_test_bins~barchart_test_heights,groups=groups, box.width = 1)

(see ?panel.barchart.)

-Deepayan

______________________________________________
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