Description Usage Format Source Examples
A data set containing size, survival, and flowering in smooth coneflower
1 |
A data frame with 136 rows and 5 variables:
natural log of total leaf area in the first year
natural log of total leaf area in the second year (Ap = A prime)
indicator of survival from year one to year 2 (0,1)
indicator of flowering in year 2 (0,1)
Data provided graciously by Rachel Collins (Roanoke College).
1 2 | data(coneflower)
ggplot2::qplot(logA, logAp, data=coneflower)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.