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 <rshep...@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@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. ______________________________________________ R-help@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.