search for: xysegments

Displaying 3 results from an estimated 3 matches for "xysegments".

Did you mean: segments
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 :
2006 Jan 23
1
too-large notches in boxplot (PR #7690)
...-- "correctly" in log-coord. case: *************** *** 148,154 **** domain = NA) } } - return(conf.ok) } ## bplt if(!is.list(z) || 0 == (n <- length(z$n))) --- 141,146 ---- *************** *** 239,252 **** xysegments <- segments } - conf.ok <- numeric(n) for(i in 1:n) ! conf.ok[i] <- bplt(at[i], wid=width[i], stats= z$stats[,i], out = z$out[z$group==i], conf = z$conf[,i], notch= notch, xlog = xlog, i = i) ! if (any(!c...
2009 Mar 05
0
(PR#13553) wishlist boxplot
...minor change for 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...