Re: [R] overlay of two sets of boxplots

2012-02-20 Thread John Kane
) > boxplot( > formula = M~Strain, > data= pain, > boxwex = 0.25, > at = 1:38 + 0.1, > subset =supp== "M", > col = "orange", > add = TRUE ) > > ...but I did cannot find anywhere what supp means an

Re: [R] overlay of two sets of boxplots

2012-02-20 Thread David Winsemius
col = "orange", add = TRUE ) ...but I did cannot find anywhere what supp means and R cannot read it. I hope this is explained ok. Any kind of answer would help! Best Mirjam -Original Message- From: John Kane [mailto:jrkrid...@inbox.com] Sent: Monday, February

Re: [R] overlay of two sets of boxplots

2012-02-20 Thread Mirjam Appel
p! Best Mirjam -Original Message- From: John Kane [mailto:jrkrid...@inbox.com] Sent: Monday, February 20, 2012 6:00 PM To: Mirjam Appel; r-help@r-project.org Subject: RE: [R] overlay of two sets of boxplots PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] overlay of two sets of boxplots

2012-02-20 Thread John Kane
difficult to suggest more. By the way dput (see ?dput) is a handy way to supply a sample data set here. John Kane Kingston ON Canada > -Original Message- > From: ap...@neuro.mpg.de > Sent: Mon, 20 Feb 2012 10:27:11 + > To: r-help@r-project.org > Subject: [R] overlay

[R] overlay of two sets of boxplots

2012-02-20 Thread Mirjam Appel
Hello, I am new to R and currently have the following problem: I have successfully loaded my data in R which consists of two numeric columns (LI_F and female) and one character column (Strain). So far I can plot two different set of boxplots for each of the numeric columns plotted by the groups