Skip to content
Prev 75181 / 398502 Next

Help with doing overlays plots...

trellis.device()

xyplot(states ~ size, groups=type, data=tmp,
                 panel = "panel.superpose",
                 panel.groups ="panel.linejoin", auto.key=TRUE)
Jamieson Cobleigh wrote: