[R] Lattice xyplot: Fill Legend Points

Richard M. Heiberger rmh at temple.edu
Thu Oct 17 18:05:45 CEST 2013


par.settings = list(
   superpose.points = list(col = rainbow(7), pch = 19),
   superpose.lines = list(col = rainbow(7))
)

On Thu, Oct 17, 2013 at 11:48 AM, Rich Shepard <rshepard at appl-ecosys.com> wrote:
> On Thu, 17 Oct 2013, Richard M. Heiberger wrote:
>
>> put the pch into the par.settings
>
>
> Richard,
>
>   Tried this again, but I'm not finding the proper location within
> par.settings.
>
>
> par.settings = list(superpose.points = list(col = rainbow(7)),
> superpose.lines = list(col = rainbow(7)), pch = 19)
>
>
> If I put it prior to the (list ... group there's an error of an extra = ;
> when I put it anywhere in the list (the above is one of my tries), it has no
> effect on the legend symbols: they remain as outlines.
>
>   What have I missed?
>
>
> Thanks,
>
> Rich
>
> --
> Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
> Applied Ecosystem Services, Inc.   |
> <http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list