R/ndviForestTS.R

#' Simulated NDVI dataset
#'
#' A \code{list} of 8-bit matrices.
#'
#' This list represents a time series of NDVI values of a patch of forest over 3 years. 
#' It is stored as a \code{list}, suitable for explaining how to make helical plots.
#'
#' @format A \code{list} containing matrices:
#' \describe{
#'   \item{ndviForestTS}{List of matrixes of 9 cells simulating NDVI of a patch of forests over 3 years. Each matrix represents a day in the time series.}
#' }
#' @name ndviForestTS
#' @docType data
#' @keywords datasets
#' @examples
#' ndviForestTS <- readRDS(system.file("extdata", "ndviForestTS.rds", package = "rasterdiv"))
NULL

Try the rasterdiv package in your browser

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

rasterdiv documentation built on Oct. 14, 2024, 5:10 p.m.