
A data set containing size and seed set of individual coneflowers.
data(coneflowerseeds)
A data frame with 136 rows and 5 variables:
natural log of total leaf area in the first year
number of seeds produced in the first year
# NOT RUN {
data(coneflowerseeds)
ggplot2::qplot(logAs, seeds, data=coneflowerseeds)
# }
Run the code above in your browser using DataLab