Re: [R] ggplot interactions

2013-09-11 Thread Robert Lynch
> I am sorry to ask what I am sure is a simple question but I am stuck > trying to figure out how different parts of ggplot2 calls interact > > I am plotting using the following code > > ggplot(Chem.comp, aes(Course, GRADE)) + geom_boxplot(notch = TRUE,aes(fill > = COHORT))+ > labs(y ="Grade Poin

Re: [R] ggplot interactions

2013-09-11 Thread Ista Zahn
Hi Robert, It is really hard to follow this without the data or a reproducible example. Also your attachments did not come through. Please read the posting guide and re-formulate your question to make it easier to help you. Finally, note that there is a separate ggplot2 mailing list at https://gro

Re: [R] ggplot interactions

2013-09-11 Thread Robert Lynch
On Tue, Sep 10, 2013 at 11:33 PM, Robert Lynch wrote: > I am sorry to ask what I am sure is a simple question but I am stuck > trying to figure out how different parts of ggplot2 calls interact > > I am plotting using the following code > > ggplot(Chem.comp, aes(Course, GRADE)) + geom_boxplot(notc