R/data.R

#' @title SST anomaly using long-term mean from 1991-2020
#' @description SST anomaly using long-term mean from 1991-2020
#' @format A data frame with 513 rows and 4 variables:
#' \describe{
#'   \item{\code{Year}}{double Year}
#'   \item{\code{EPU}}{character Ecological Production Unit}
#'   \item{\code{Var}}{character Indicator name}
#'   \item{\code{Value}}{double Anomaly value (degrees C)}
#'}
#' @details DETAILS
"new_sst_anomaly"

#' @title SST anomaly using long-term mean from 1982-2010
#' @description SST anomaly using long-term mean from 1982-2010
#' @format A data frame with 513 rows and 4 variables:
#' \describe{
#'   \item{\code{Year}}{double Year}
#'   \item{\code{EPU}}{character Ecological Production Unit}
#'   \item{\code{Var}}{character Indicator name}
#'   \item{\code{Value}}{double Anomaly value (degrees C)}
#'}
#' @details DETAILS
"sst_anomaly"
kimberly-bastille/ecopull documentation built on Dec. 9, 2024, 9:56 p.m.