Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.LNX.4.64.0803070907100.8066@kilmory4.cap.ed.ac.uk>
Date: 2008-03-07T09:26:38Z
From: k.m.csillery at sms.ed.ac.uk
Subject: using xyplot with groups and panel.linejoin

Dear All,

I am using xyplot() with many groups like this:

statselect <- levels(dat$stat)
xyplot(relmse~T|lambda, groups=stat, data=dat,
       panel = panel.superpose,
       key=simpleKey(statselect, lines=T))

However, I want lines not scatterplots and if I set
panel.groups=panel.linejoin that connects the lines according to the
relmse and not according the consecutive values of T. Is there a short
solution to this very simple problem, which doesn't require custom made
panel function?

Thanks in advance,

Kati