Hi,

I got something to work...thanks for the help.

Herez the code -

xyplot(MeanScore ~ PointsInTime, d2, groups=cat, type='o',
        xlab = "Points in Time", ylab = "Mean Score", aspect = 0.7,
        auto.key = list(points = TRUE, lines = TRUE, space = "right"),
        panel=function(x, y,...) {
           panel.xyplot(x, y,...)
        panel.text(d2$PointsInTime, d2$MeanScore,
        labels=round(d2$MeanScore, digits=2), pos=4, offset=0.8)
     }
)


This takes care of the xyplot maintaining the lines and grouping, but not
overlapping labels for which I could not find a solution

Chandra

-- 
Chandrasekhar Ganduri
320 West Union St, APT # 105
Athens, OH - 45701
Ph: 740-274-9170

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to