Hi,
May be this helps:
library(lattice)
splom(~iris[1:4], groups = iris$Species,pch=1:3,
par.settings=list(superpose.symbol=list(pch=1:3)),auto.key = list(space =
'top',columns=3))
A.K.
On Tuesday, October 15, 2013 3:01 PM, John Smith <zmring at gmail.com>
wrote:
Dear All,
I am using most current version of R (3.0.2) and lattice (0.20-24). But can
not set appropriate pch type with the following code. Could anyone help me?
splom(~iris[1:4], groups = iris$Species, pch=1:3, auto.key = list(space
'top', columns = 3, pch=1:3))
Thanks
John
??? [[alternative HTML version deleted]]
______________________________________________
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.