powered by
data(Births78)
date
births
dayofyear
data(Births78) if (require(lattice)) { xyplot(births ~ date, Births78) xyplot(births ~ date, Births78, groups=dayofyear%%7) }
Run the code above in your browser using DataLab