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
Nowosad/pollen documentation built on Feb. 1, 2023, 12:51 a.m.