[Rd] panel.stripplot (PR#2694)
deepayan at stat.wisc.edu
deepayan at stat.wisc.edu
Fri Mar 28 02:00:02 MET 2003
Right. Will be fixed in R 1.7.0.
On Thursday 27 March 2003 08:48 am, steven.j.novick at gsk.com wrote:
> Full_Name: Steven Novick
> Version: 1.6.2
> OS: Windows NT
> Submission from: (NULL) (198.85.98.225)
>
>
> The current code snippet in panel.stripplot is:
> if (is.null(groups))
> panel.xyplot(x = x.jitter, y = y.jitter, ...)
> else panel.superpose(x = x.jitter, y = y.jitter, ...)
>
> Because groups is passed as a function argument in panel.stripplot and is
> not part of the list(...), the "else" should read
>
> else panel.superpose(x = x.jitter, y = y.jitter, groups=groups, ...)
>
> ______________________________________________
> R-devel at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
More information about the R-devel
mailing list