Description Usage Arguments Value
View source: R/get_recovery_metrics.R
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.)
1 2 3 4 5 6 7 8 9 10 11 | calcFrazier(
tsio,
tdist,
obspyr,
nPre,
nDist,
nPost,
nPostStart,
nDelta,
nDeltaStart
)
|
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) |
a list containing the RRI recovery indicator, R80p recovery indicator, YrYr recovery indicator, disturbance impact, and pre-disturbance state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.