Learn R Programming

rasterdiv (version 0.3.4)

ndviForestTS: Simulated NDVI dataset

Description

A list of 8-bit matrices.

Arguments

Format

A list containing matrices:

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.

Details

This list represents a time series of NDVI values of a patch of forest over 3 years. It is stored as a list, suitable for explaining how to make helical plots.

Examples

Run this code
ndviForestTS <- readRDS(system.file("extdata", "ndviForestTS.rds", package = "rasterdiv"))

Run the code above in your browser using DataLab