R/rain_data.R

#' Rain Data from Sidney
#'
#' Data from how much average rain existed from 1995-2015
#'
#' @format A data frame with 20 rows and 3 columns
#' \describe{
#' \item{year}{year}
#' \item{avg_precip}{average amount of rain that year (inches)}
#' \item{anomaly}{how different that year was from the average}
#' }
#'
"rain_data"
Sidneygerst/cliamte_package documentation built on March 24, 2020, 12:03 a.m.