R/data_climate.R

#' An example of climate data
#'
#' This is simulated monthly climate data, and consists of precipitation sum and mean temperature
#'
#' @format A data frame with 16695 rows and 5 variables:
#' \describe{
#'   \item{plotID}{a unique identifier for plot}
#'   \item{year}{year}
#'   \item{month}{month}
#'   \item{t_avg}{monthly mean temperature}
#'   \item{p_sum}{monthly precipitation sum}
#' }
#' @export
"data_climate"

Try the MLFS package in your browser

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

MLFS documentation built on Sept. 1, 2025, 9:08 a.m.