powered by
data(SwimRecords)
time
year
sex
M
F
data(SwimRecords) if (require(lattice)) { xyplot(time~year, data=SwimRecords, groups=sex) }
Run the code above in your browser using DataLab