Description Usage Arguments Value Examples
View source: R/FordLabosier2017.R
This function follows the description contained in the original paper. We have as additional criterion that FD should have at least 3 pentads with SM lower than 30th percentile (as proposed by Dr. Ford in personal communication).
1 | FordLabosier2017(vtime, vswc, crit = c(40, 20, 30))
|
vtime |
data frame column or vector containing |
vswc |
data frame column or vector containing soil water content values |
crit |
a vector of three value (default |
A list with two data frames, one a time series with all data for FD identification, and the second with a summary of FD events.
1 | FD_events <- FordLabosier2017(de_tha_d$time, de_tha_d$soil_water, crit = c(40,20,30))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.