Skip to content
Prev 82525 / 398506 Next

lattice legend colors recycling sooner than expected

On 12/9/05, alejandro munoz <guerinche at gmail.com> wrote:
It is indeed an nlme issue, although I'm not yet sure how.
'auto.key' does know; at least for me

dotplot(groups ~ y, groups = x, data=z, auto.key = list(space = "right"))

uses the correct colors. The problem is that nlme (which was written
before lattice existed) doesn't use 'auto.key'. It could have been
updated after the fact, but in the spirit of "don't fix it if it ain't
broken", I haven't mucked around with it unless necessary. I'll look
into it.

Deepayan