Displaying 1 result from an estimated 1 matches for "pointsintime".
2007 Dec 12
3
Adding data labels to Lattice plots
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 Parent Discharge 24.00000
5 Youth Discharge 15.60000
6 Worker Discharge 23.90909
and to produce a plot I am using the following code
print(xyplot(MeanScore ~ PointsInTime, d2,...