View source: R/multicriteria_fd.R
multicriteria_fd | R Documentation |
multicriteria_fd(
vtime,
vtemp,
vprec,
vet0,
veta,
score = 0.6,
d_score = 0.2,
thresholds = c(1, 0, 0, 0, -2, 50, 10, 30)
)
vtime |
data frame column or vector containing |
vtemp |
data frame column or vector containing daily temperature |
vprec |
data frame column or vector containing daily precipitation |
vet0 |
data frame column or vector containing daily ET0 (potential
evapotranspiration). It can be obtained with the function (penman_day)}
\item{veta}{data frame column or vector containing daily ETa (actual
evapotranspiration). It can be obtained with the function (actual_evap_day)}
\item{score}{a number ranging from 0 to 100. The percentile above which
events will be considered flash droughts.}
\item{thresholds}{a vector with multiple threshold values. View details for
more information. We advise not to change from the default values.}
}
{
The function returns a list with two data frames. One with weekly and detailed values from the function and a second with a summary of all events identified.
}
{
Multiple criteria method of FD classification
}
{
The
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.