som | R Documentation |
som
is a dataframe containing time and two NDVI time series to
illlustrate how the monitoring approach works.
janbfastmonitorbfast
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.