An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090413/e85c736e/attachment-0001.pl>
Darker markers for symbols in lattice
3 messages · Naomi B. Robbins, Deepayan Sarkar
1 day later
On Mon, Apr 13, 2009 at 9:37 AM, Naomi B. Robbins
<nbrgraphs at optonline.net> wrote:
Now that I have the markers the weight I want using lex, I'm having trouble making the key match the markers. Any suggestions? BTW, I'm using R2.8.1 with Windows Vista.
There's no real solution, but for some reason, the following seems to work: xyplot(1:10 ~ 1:10, groups = gl(3, 1), auto.key = TRUE, lex = 3, par.settings = list(grid.pars = list(lwd = 3))) -Deepayan
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090415/cc116d3e/attachment-0001.pl>