Description Usage Arguments Value Author(s) See Also Examples
Compute Asquith–Knight discharge decay analyses for a succession of USGS streamgage identification numbers in an R environment
from fill_dvenv
and populates (fills) with output from akqdecay
as another R environment
. This function is intended to be used just ahead of extraction functions such as akq_counts
, akq_lmom
, and akq_summary
.
1 |
sites |
An optional, likely partial, list of sites within |
dvenv |
An R |
envir |
A user created (usually) R |
silent |
Suppress informative calls to |
... |
Additional arguments to pass to control |
This function is used for its side effects on the envir
argument but does return a count of the sites processed by akqdecay
.
W.H. Asquith
akqdecay
, fill_dvenv
, akq_summary
, fill_akqenv_parallel
1 2 3 4 5 | ## Not run:
# See fill_dvenv() Examples for the creation of wolf.env used here.
akqwolf.env <- new.env() # the standard declaration of an environment
fill_akqenv(dvenv=wolf.env, envir=akqwolf.env) #
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.