search for: wntch

Displaying 2 results from an estimated 2 matches for "wntch".

Did you mean: watch
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all, I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2). I have this small dataset : growth sugar 75 C 72 C 73 C 61 F 67 F 64 F 62 S 63 S I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2009 Mar 05
0
(PR#13553) wishlist boxplot
...boxplots: > > D:\Rcompile\recent\R\src\library\graphics\R>diff -u boxplot.R boxplot-new.R > --- boxplot.R 2009-02-24 18:04:47.265625000 +0100 > +++ boxplot-new.R 2009-02-24 18:10:02.000000000 +0100 > @@ -148,7 +148,7 @@ > ## Median > xysegments(xP(x, -wntch), stats[3L], > xP(x, +wntch), stats[3L], > - lty = medlty[i], lwd = medlwd[i], col = medcol[i]) > + lty = medlty[i], lwd = medlwd[i], col = medcol[i], lend=1) > xypoints(x, stats[3L], > pch = medpch[i], cex = medcex[i],...