check out ggplot2:
http://had.co.nz/ggplot2/
particularly:
http://had.co.nz/ggplot2/geom_boxplot.html
On Tue, May 26, 2009 at 10:34 AM, Amit Patel wrote:
>
> Hi
>
> I have a vector of data lets call zz (40 values from 4 samples)
> the data is already in groups, i can even split up the samples us
Hi
I have a vector of data lets call zz (40 values from 4 samples)
the data is already in groups, i can even split up the samples using
SampA <- zz[,2:11]
SampB <- zz[,12:21]
SampC <- zz[,22:31]
SampV <- zz[,32:41]
I would like an output that gives me 4 boxplots on one plot
one boxplot for the
2 matches
Mail list logo