calcFrazier: Calculate recovery metrics

Description Usage Arguments Value

View source: R/get_recovery_metrics.R

Description

Calculate recovery metrics from a time series with known disturbance date. The calcFrazier function derives the RRI, R80P and YrYr recovery indicators, defined by Frazier et al. (2018). The indicators are originally developed for annual long-term time series of optical vegetation indices. Yet, in order to be able to derive the indicators as well for dense and/or short time series, a modified version is suggested. Here, the user can define the time period before, during and after the disturbance that is used to derive the indicators. To reduce the interference of the seasonal pattern of dense time series, the chosen time period should cover blocks of n years. (Frazier, R. J., Coops, N. C., Wulder, M. A., Hermosilla, T., & White, J. C. (2018). Analyzing spatial and temporal variability in short-term rates of post-fire vegetation return from Landsat time series. Remote Sensing of Environment, 205, 32-45.)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
calcFrazier(
  tsio,
  tdist,
  obspyr,
  nPre,
  nDist,
  nPost,
  nPostStart,
  nDelta,
  nDeltaStart
)

Arguments

tsio

vector of observations (time series with a fixed observation frequency)

tdist

observation number of disturbance, indicating the timing of the disturbance

obspyr

number of observations per year

nPre

number of years prior to the disturbance used to calculate the pre-disturbance value

nDist

number of years used to quantify the state during the disturbance

nPost

number of years used to calculate the post-disturbance value

nPostStart

indicates the start of the post-disturbance period (expressed as number of years after the disturbance)

nDelta

number of years used to calculate the post-disturbance value for the YrYr metric

nDeltaStart

indicates the start of the post-disturbance period for the YrYr metric (expressed as number of years after the disturbance)

Value

a list containing the RRI recovery indicator, R80p recovery indicator, YrYr recovery indicator, disturbance impact, and pre-disturbance state


RETURN-project/GEE.aux documentation built on Dec. 18, 2021, 8:46 a.m.