Message-ID: <66761.52852.qm@web38404.mail.mud.yahoo.com>
Date: 2010-01-05T16:25:31Z
From: John Kane
Subject: Bar plots with stacked and grouped (juxtaposed) bars together
In-Reply-To: <56e112e41001041900m35cd9bb4g488637ad58900fd0@mail.gmail.com>
I have the feeling that you can do this with ggplot2 but why?
You are likely to be much better off using a dotchart.
?dotchart
--- On Mon, 1/4/10, Elmer Wix <elmer.cabekaziruronometu.wix at gmail.com> wrote:
> From: Elmer Wix <elmer.cabekaziruronometu.wix at gmail.com>
> Subject: [R] Bar plots with stacked and grouped (juxtaposed) bars together
> To: r-help at r-project.org
> Received: Monday, January 4, 2010, 10:00 PM
> Using barplot, I can generate stacked
> bars if I pass beside=FALSE.
>
> I can generate grouped (juxtaposed) bars if I pass
> beside=TRUE.
>
> How can I generate stacked and grouped bars together?
>
> ______________________________________________
> R-help at 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.
>