search for: sb08

Displaying 1 result from an estimated 1 matches for "sb08".

Did you mean: b08
2009 Jun 19
1
Adding site id to xyplot
...all, I would like to be able to recognize lines matching respective site IDs. Here is the code (source: MASS) I used below: library(lattice) sps <- trellis.par.get("superpose.symbol") sps$pch <- 1:13 trellis.par.set("superpose.symbol", sps) xyplot(CADapt~Date, data= omni.sb08, groups=Plot2, panel = panel.superpose, type="b" ) Thank you very much in advance! Steve Hong