Skip to content
Prev 289905 / 398498 Next

Connect lines in a dot plot on a subject-by-subject basis

Oh ... you may need to specify a single color to avoid a rainbow:

xyplot( Value ~ Time, Group = SubjectID, data = dat, type = "b", col = "black")

-- Bert

On Wed, Mar 28, 2012 at 2:39 PM, John Sorkin
<jsorkin at grecc.umaryland.edu> wrote: