R/data.R

#' 10-day Composite NDMI Time Series 
#' 
#' A \code{numeric} vector of length 684 containing 10-day composite values of the Normalized Difference Moisture Index (NDMI) from 2000 to 2018.
#' NDMI = (NIR-MIR)/(NIR+MIR) where NIR and MIR are the Near Infrared and Mid-Infrared bands of the MCD43A4 MODIS 
#' product, respectively. This \code{numeric} vector was taken from a \code{RasterStack} covering the Natural
#' Protected Area \emph{Reserva de la Biosfera Marismas Nacionales} at Nayarit, Mexico.
#' 
#' @docType data
#' 
#' @usage data(marismas)
#' 
#' @format An object of class \code{"numeric"}.
#' 
#' @keywords datasets
#' 
"marismas"

Try the sta package in your browser

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

sta documentation built on May 30, 2022, 9:08 a.m.