[R] how to set pch in auto.key for splom
arun
smartpink111 at yahoo.com
Tue Oct 15 21:24:21 CEST 2013
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.
More information about the R-help
mailing list