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

Description Usage Arguments Value Examples

View source: R/Osman2021.R

Description

FD identification based on Osman et al. (2020)

Usage

1
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

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

pedroalencar1/fdClassify2 documentation built on Dec. 22, 2021, 7:38 a.m.