R/pollen_count.R

#' @name pollen_count
#' @title Pollen count of alder, birch, and hazel
#'
#' @description pollen_count A dataset containing a synthetic data of alder, birch, and hazel pollen count in four locations ('Oz', 'Shire', 'Atlantis', 'Hundred Acre Wood') between 2007 and 2016
#'
#' @format A data frame with 8352 rows and 5 variables:
#' \itemize{
#'     \item site
#'     \item date
#'     \item alder
#'     \item birch
#'     \item hazel
#' }
#'
#' @docType data
#'

NULL

Try the pollen package in your browser

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

pollen documentation built on Dec. 11, 2021, 9:30 a.m.