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 =
?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",
>
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
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 =
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
5 matches
Mail list logo