Osman2021: FD identification based on Osman et al. (2020)

View source: R/Osman2021.R

Osman2021R Documentation

FD identification based on Osman et al. (2020)

Description

FD identification based on Osman et al. (2020)

Usage

Osman2021(vtime, vswc, threshold = 20)

Arguments

vtime

data frame column or vector containing date data

vswc

data frame column or vector containing soil moisture data

threshold

a numeric value (default = 20) indicating the lower limit of SM percentile for FD identification

Value

The function returns a list with two data frames. One with pentad and detailed values from the function and a second with a summary of all events identified.

Examples

fd_Osman  <- Osman2021(vtime = df_d$time,
                       vswc = df_d$soil_water,
                       threshold = 20)


pedroalencar1/fdClassify documentation built on Sept. 15, 2023, 3:46 a.m.