Description Usage Arguments Value Author(s) See Also Examples
Draw plots of the Kendall's tau trend test of the annual daily-flow-duration curves housed in the environment
from fill_tfdcenv
. Calendar year is the basis as provided by the fdctrend
, which is the real algorithm deployment. Some have referred to the visualization as the “Quantile-Kendall plot.”
1 2 3 |
fdcenv |
An R |
file |
An optional file name for a portable document format graphics file; |
alpha |
The statistical significance (two-tailed), it will be divided in two when the large sample approximation for Kendall's tau is needed. Otherwise is it is used as is for comparison to the p-value from the |
fast |
A logical controlling whether the progressively lengthening |
site |
A possible optional string for the site number or other information to annotate on the graphic and used as the site identifier in the returned |
notitle |
A logical to trigger the title of the plot that is constructed internally from the |
showflowregime |
A logical to trigger annotation about where the low-flow, median, and high-flow regimes reside on the plot; |
width |
The width of the portable document format graphics device that matches the |
height |
The height of the portable document format graphics device that matches the |
... |
Additional arguments to pass to the |
An R data.frame
of all the annual daily-flow-duration curve tables from the tfdcenv
with columns:
site |
The site identification; |
count |
The sample size as determined by the number of year columns stemming from |
prob |
The nonexceedance probability into the annual daily-flow-duration curve; |
estimate |
The estimate of Kendall's tau from the |
p.value |
The p-value from the |
W.H. Asquith
1 2 3 4 5 6 7 8 9 10 | # See Examples under fill_tfdcenv() and elsewhere in this documentation.
DV <- new.env()
sites <- c("08093100","08093500")
fill_dvenv(sites, envir=DV, edate="2016-09-30")
TFDC <- new.env()
n <- fill_tfdcenv(dvenv=DV, envir=TFDC) # number fdctrend() processed
AllFDCtrend <- visFDCtrend(TFDC$"08093500") # one plot is shown
AllFDCtrend <- visFDCtrend(TFDC$"08093500", site="") # no labeling
AllFDCtrend <- visFDCtrend(TFDC) # both plots are shown
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.