Description Usage Format Details Source Examples
Data on growth of sea urchins.
1 |
A data frame with 250 observations on the following 2 variables.
Estimated age of sea urchin
Measurement of size
Data is sampled from a data set that accompanies the thesis of P. Grosjean.
Thesis was found at http://www.sciviews.org/_pgrosjean
1 2 | data(urchin.growth)
plot(jitter(size) ~ jitter(age), data=urchin.growth)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.