R/coneflowerseeds.R

#' Smooth coneflower seed data
#'
#' A data set containing size and seed set of individual coneflowers.
#'
#' @usage data(coneflowerseeds)
#' @format A data frame with 136 rows and 5 variables:
#' \describe{
#'   \item{logAs}{natural log of total leaf area in the first year}
#'   \item{seeds}{number of seeds produced in the first year}
#' }
#' @keywords datasets
#' @examples
#'
#' data(coneflowerseeds)
#' ggplot2::qplot(logAs, seeds, data=coneflowerseeds)
#'
"coneflowerseeds"

Try the primer package in your browser

Any scripts or data that you put into this service are public.

primer documentation built on Jan. 7, 2021, 1:07 a.m.