Re: [R] problem with ggplot2 boxplot, groups and facets

2009-05-06 Thread stephen sefick
The code is real, yes. But I can not copy and paste it right out of the email into an R session and see what you are talking about. Look at ?dput as a way of posting data to the list. Stephen Sefick On Wed, May 6, 2009 at 1:52 AM, Zeljko Vrba wrote: > On Tue, May 05, 2009 at 09:21:49PM -0400

Re: [R] problem with ggplot2 boxplot, groups and facets

2009-05-05 Thread Zeljko Vrba
On Tue, May 05, 2009 at 09:21:49PM -0400, stephen sefick wrote: > > If you would provide a reproducible example I could tinker. > The code I posted is real. I attach here the relevant part of the data-set as CSV. Best regards, Zeljko. "","sp","wg","n","v.realtime" "9968","GP","1","1",28.924 "

Re: [R] problem with ggplot2 boxplot, groups and facets

2009-05-05 Thread stephen sefick
If you would provide a reproducible example I could tinker. Stephen Sefick On Tue, May 5, 2009 at 4:59 PM, Zeljko Vrba wrote: > I have a following problem: > > The call > > qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp,  geom="boxplot") > > works nice: for each value of the wg factor

[R] problem with ggplot2 boxplot, groups and facets

2009-05-05 Thread Zeljko Vrba
I have a following problem: The call qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp, geom="boxplot") works nice: for each value of the wg factor I get two box-plots (two levels in the sp factor) in different colours, side-by-side, centered at the wg x-axis. However, I want to separat