Skip to content
Prev 274520 / 398506 Next

Legend symbols (line, points) in one column.

On Fri, Oct 14, 2011 at 10:02 AM, David Winsemius
<dwinsemius at comcast.net> wrote:
A 'lines' component can actually contain points as well, with type="p", as in

xyplot(y~x,group=type,
       type=c("p","l"),
       key=list(space="right",text=list(c("Data","Model")),
                lines=list(lwd = 2, cex = 1.5, pch = 19,
                           type = c("p", "l"))),
       par.settings=confMisc1,
       distribute.type=TRUE,
       data=dataT)

-Deepayan