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

Description Source Examples

Description

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

Source

\insertRef

janbfastmonitorbfast

Examples

1
2
3
4
## 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)

bfast documentation built on May 10, 2021, 5:08 p.m.