fcast_ndvi: Forecast ndvi using a seasonal auto ARIMA

View source: R/NDVI.R

fcast_ndviR 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


weecology/portalr documentation built on Feb. 29, 2024, 3:34 a.m.