Re: [R] Adding data labels to Lattice plots

2007-12-17 Thread chandrasekhar ganduri
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,..

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-help@r-project.

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 = TRU

[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 WorkerDisch