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

Description Usage Source Examples

Description

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

Usage

1

Source

Needs to be added.

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 2, 2019, 6:53 p.m.