powered by
data(heights)
require(graphics) data(heights) coplot(height ~ age | id, data = heights, panel=panel.smooth, show.given=FALSE, xlab='age (years)', ylab='height (cm)', pch=19)
Run the code above in your browser using DataLab