Displaying 1 result from an estimated 1 matches for "schluessel2".
Did you mean:
schluessel
2005 Apr 14
2
Legend in xyplot two columns
...text=list(lab="Ringo"),
rectangles = list(col= "#FFFFCC", border=FALSE),
text=list(lab="The Beatles"),
)
xyplot(1~1, key=schluessel)
The next code gives me two rows, but repeates all the points,lines, and
rectangles.
schluessel2 <- list(
points=list( col="red", pch=19, cex=0.5 ),
lines=list(col=c("blue", "green", "orange")),
rectangles = list(col= "#FFFFCC", border=FALSE),
text=list(lab=c("John","...