Re: [R] Again, about boxplot

2008-09-12 Thread Marc Schwartz
on 09/12/2008 10:36 AM Marc Schwartz wrote: > on 09/12/2008 10:07 AM cathelf wrote: >> Thank you for your guys reply for my previous question. But I got one more >> question about the boxplot. With the code in the R-help: >> >> boxplot(len ~ dose, data = ToothGrowth, >> boxwex = 0.25, at =

Re: [R] Again, about boxplot

2008-09-12 Thread stephen sefick
?factor On Fri, Sep 12, 2008 at 11:33 AM, Adaikalavan Ramasamy <[EMAIL PROTECTED]> wrote: > I just changed the 'at' argument and added an 'xlim' option. > > boxplot(len ~ dose, data = ToothGrowth, > boxwex = 0.25, at = 1:3, > subset = which(supp == "VC"), col = "yellow", >

Re: [R] Again, about boxplot

2008-09-12 Thread Adaikalavan Ramasamy
I just changed the 'at' argument and added an 'xlim' option. boxplot(len ~ dose, data = ToothGrowth, boxwex = 0.25, at = 1:3, subset = which(supp == "VC"), col = "yellow", main = "Guinea Pigs' Tooth Growth", xlab = "Vitamin C dose mg", ylab = "t

Re: [R] Again, about boxplot

2008-09-12 Thread Marc Schwartz
on 09/12/2008 10:07 AM cathelf wrote: > Thank you for your guys reply for my previous question. But I got one more > question about the boxplot. With the code in the R-help: > > boxplot(len ~ dose, data = ToothGrowth, > boxwex = 0.25, at = 1:3 - 0.2, > subset = supp == "VC", col =

[R] Again, about boxplot

2008-09-12 Thread cathelf
Thank you for your guys reply for my previous question. But I got one more question about the boxplot. With the code in the R-help: boxplot(len ~ dose, data = ToothGrowth, boxwex = 0.25, at = 1:3 - 0.2, subset = supp == "VC", col = "yellow", main = "Guinea Pigs' Tooth Grow