DifferenceAnnualCycle: ACF Difference Annual Cycle

Description Usage Arguments Value Author(s) Examples

View source: R/DifferenceAnnualCycle.R

Description

Calculate ACF Difference Annual Cycle, first lag minus the lag that represent the annual cycle

Usage

1

Arguments

ACF

Time series ACF, a raster stack

ASL

Annual Season Length, a numeric value

Value

A raster that represents the difference between the first lag ann the lag that represents the annual cycle, the closer the value to cero more stable time series

Author(s)

Klaus W. Wiese Acosta

Examples

1
2
3
4
#Set variables
ACF <- stack("ACF.tiff")

DifferenceAnnualCycle(ACF, 46)

klauswiese/Forward documentation built on Aug. 5, 2021, 9:48 p.m.