View source: R/FordLabosier_gs.R
FordLabosier_gs | R Documentation |
Besides the additional duration criteria (at least 3 pentads under 30th p.) we also added two new criteria: 1. Events with onset out of the growing season (MAMJJASO) are not considered as flash droughts 2. Evetns that are 3 pentads or less apart are considers the same event.
FordLabosier_gs(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.
FD_events <- FordLabosier_modif(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.