R/gdd_data.R

#' @name gdd_data
#' @title Exemplary dataset for GDD calculations
#'
#' @description gdd_data A dataset containing a synthetic data of day, tmax (daily maximum temperature), and tmin (daily minimum temperature)
#'
#' @format A data frame with 100 rows and 3 variables:
#' \itemize{
#'     \item day
#'     \item tmax
#'     \item tmin
#' }
#'
#' @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.