Skip to content
Prev 334198 / 398502 Next

multiple bar for barchart

The etiquette of this email list is to stay on the list.
I am returning this email to the entire list.

The line I sent earlier prints one Figure, with a different set of 4
bars in each panel.

Here are three more options (and I repeat the first as well).
Basic documentation for barchart is in ?xyplot.
More detail is available in ?panel.barchart

barchart(value ~ variable | Group.1, data=dm.melt, origin=0)
barchart(value ~ Group.1 | variable, data=dm.melt, origin=0)
barchart(value ~ variable, groups=Group.1, data=dm.melt, origin=0)
barchart(value ~ Group.1, groups=variable, data=dm.melt, origin=0)
On Mon, Dec 9, 2013 at 2:45 PM, Adel ESSAFI <adel.safi at imag.fr> wrote:
Message-ID: <CAGx1TMDd2NUk5yEBSskxE6ZhmRJtiJNH58ZQLCcrwFzFWqK8pA@mail.gmail.com>
In-Reply-To: <CAF=-T0h+pthEOst4FtPNVLjqERNtxbrOcpbAKX7yE-PRGOS5VA@mail.gmail.com>