Re: [R] Adding data labels to Lattice plots

2007-12-13 Thread chandrasekhar ganduri
Thanks for the reply..though I am trying to still work around the problem of overlapping labels -- Chandrasekhar Ganduri 320 West Union St, APT # 105 Athens, OH - 45701 Ph: 740-274-9170 [[alternative HTML version deleted]] __

[R] Adding data labels to Lattice plots

2007-12-12 Thread chandrasekhar ganduri
Hi, I am new to lattice graphics and have the following question. I have a dataframe d2: cat PointsInTime MeanScore 1 Parent Intake 26.25000 2 Youth Intake 9.75000 3 Worker Intake 20.63636 4 ParentDischarge 24.0 5 YouthDischarge 15.6 6 Worker

Re: [R] Adding data labels to Lattice plots

2007-12-12 Thread David Hewitt
I am new to lattice graphics... Me too, for the most part, so this might not be great advice. print(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