Description Usage Arguments Details Value
The function applyDAR
conducts a cross-validated evaluation of
nearest-neighbor and map-correlation drainage area ratio.
1 2 |
listofgages |
A dataframe of sites to be used for analysis. Sites are character strings with at least 8 numeric characters. |
startDate |
Specifies a particular date from which to begin retrieving the streamflow data. Format should be "YYYY-MM-DD". If blank, all available data will be retrieved. |
endDate |
Specifies a particular date up to which to retrieve the streamflow data. Format should be "YYYY-MM-DD". If blank, all available data will be retrieved. |
limWY |
(optional) The minimum number of water years required for a
site to be included. The default is |
limDAR |
(optional) A numeric vector with two elements, indicating the
minimum and maximum drainage area ratio to be allowed for the applicaiton
of drainage area ratio. The default is |
cv |
(optional) A list of two elements defining the parameters of cross validation.
|
flowStat |
(optional) A logical indicating if the streamflow
statistics should be evaluated. This will increase run time. The default
is |
Lorem ipsum...
A list of two elements:
cvList |
Corss-validated estiamted and observed streamflows. |
anList |
basic analysis of estiamted streamflows. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.