fcast_ndvi {portalr}R Documentation

Forecast ndvi using a seasonal auto ARIMA

Description

Forecast ndvi using a seasonal auto ARIMA

Usage

fcast_ndvi(hist_ndvi, level, lead, moons = NULL)

Arguments

hist_ndvi

historic ndvi data

level

specify "monthly" or "newmoon"

lead

number of steps forward to forecast

moons

moon data (required if level = "newmoon")

Details

ndvi values are forecast using auto.arima with seasonality (using a Fourier transform)

Value

a data.frame with time and ndvi values


[Package portalr version 0.4.1 Index]