R/datasets.R

#' Information about mating scene at sites eelr and nwlf in 2012.
#'
#' This dataframe contains information about all 53 plants that flowered in 2012
#' at the sites  eelr (East Elk Lake Road) and Northwest of Landfill (nwlf). Kelly
#' Kapsar visited plants regularly to determine the starting and ending dates of
#' flowering on every head of every plant. The metadata for the phenology dataset
#' can be provide upon request to the maintainer. Plants were mapped with gps with
#' better than 6 cm precision.
#'
#' @section Variables:
#' Variables:
#' \itemize{
#' \item tag, unique identifier for each plant
#' \item pop, population corresponding to site
#' \item firstDay, the first day that any head on the plant shed pollen
#' \item lastDay, the last day that any head on the plant shed pollen
#' \item Ecoord, the x-coordinate of each plant in meters
#' \item Ncoord, the y-coordinate of each plant in meters
#' }
#' @docType data
#' @name ech2012
#' @usage ech2012
#' @format A 53 x 6 data frame
#' @references Wagenius, S. 2006. Scale-dependence of reproductive failure in
#' fragmented \emph{Echinacea} populations. Ecology 87: 931-941.
#' @keywords datasets
#' @examples
#' dim(ech2012)
#' str(ech2012)
NULL

Try the mateable package in your browser

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

mateable documentation built on Feb. 16, 2023, 9:42 p.m.