Description Usage Arguments Value Author(s) See Also Examples
Perform tests for monotonic trend for each of 365 probabilities on the flow-duration curve with year for a succession of USGS streamgage identification numbers in an R environment
from fill_dvenv
. The function fill_tfdcenv
populates (fills) with output from fdctrend
as another R environment
. In source code, this function is structurally almost identical to fill_akqenv
.
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 fdctrend
.
W.H. Asquith
fdctrend
, visFDCtrend
, fill_dvenv
1 2 3 4 5 6 7 8 9 | ## Not run:
wolfriver <- c("07030392", "07030500", "07031650",
"07031660", "07031700", "07031740")
wolf.env <- new.env() # the standard declaration of an environment
fill_dvenv(wolfriver, envir=wolf.env) # wolf.env now filled with six tables.
wolf.fdc <- new.env() # the standard declaration of an environment
fill_tfdcenv(dvenv=wolf.env, envir=wolf.fdc)
# Now try the command "visFDCtrend(wolf.fdc, file="fdc_trend.pdf",las=1)"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.