R/sst_Med.R

#' Optimally Interpolated 0.25 degree SST for the Mediterranean region.
#'
#' A dataset containing the sea surface temperature (in degrees Celsius)
#' and date for the Mediterranean region from 1982-01-01 to 2014-12-31.
#'
#' @format A data frame with 12053 rows and 2 variables:
#' \describe{
#'   \item{t}{date, as POSIXct}
#'   \item{temp}{SST, in degrees Celsius}
#'   ...
#' }
#' @source \url{https://www.ncdc.noaa.gov/oisst}
"sst_Med"

Try the RmarineHeatWaves package in your browser

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

RmarineHeatWaves documentation built on May 1, 2019, 9:22 p.m.