Osman2021 | R Documentation |
FD identification based on Osman et al. (2020)
Osman2021(vtime, vswc, threshold = 20)
vtime |
data frame column or vector containing |
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 |
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.
fd_Osman <- Osman2021(vtime = df_d$time,
vswc = df_d$soil_water,
threshold = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.