Learn R Programming

sitar (version 1.0.1)

heights: Serial heights measured in 12 girls

Description

Heights of 12 girls from the Edinburgh Growth Study measured twice a year between 8 and 16 years of age.

Usage

data(heights)

Arguments

Examples

Run this code
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