Description Usage Format Source Examples
Data include measurements of age, foot length, and height for 3898 children. These data are a small subset of many dozens of measurements on the same children, described in detail by Snyder (1977).
1 |
A data frame with 3898 rows and 4 variables:
age
double Age in years
gender
integer "female" or "male"
foot_length
integer Total foot length (mm)
height
double Total height (cm)
<http://mreed.umtri.umich.edu/mreed/downloads.html>.
1 2 | data(anthropometry)
with(anthropometry, plot(age, foot_length, pch=16, cex=0.5, col=gender))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.