bfast (version 1.5.7)

som: Two 16-day NDVI time series from the south of Somalia

Description

som is a dataframe containing time and two NDVI time series to illlustrate how the monitoring approach works.

Usage

data(som)

Arguments

Examples

Run this code
# NOT RUN {
## first define the data as a regular time series (i.e. ts object)
library(zoo)
NDVI <- as.ts(zoo(som$NDVI.b,som$Time))
plot(NDVI)

# }

Run the code above in your browser using DataCamp Workspace