I am making final adjustments to a multi-plot figure using basic and lattice.
In the lattice plot, I would like to include a legend that matches the
format of the legends in the other plots, which consist of appropriately
colored squares (pch 22) followed by text. In lattice, I was able to get a
legend using 

auto.key = list(x = .6, y = .6, corner = c(0, 0), pch=22)

but my request for pch=22 was ignored, the colors did not seem to match the
bars exactly, and the positioning was 'text' followed by 'symbol' instead of
the other way around. I looked through the help sections but did not find
any detailed documentation on this. Can these be adjusted? Many thanks.

--
View this message in context: 
http://r.789695.n4.nabble.com/Lattice-choice-of-symbol-and-symbol-position-in-legend-tp3696182p3696182.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to