Description Usage Arguments Value Author(s) See Also Examples
Plot decadal flow-duration curves on a streamgage-by-streamgage basis using the data frame assembled by the fdclmr(..., decade=TRUE)
function.
1 2 |
gagefdc |
An R |
site |
A name or site identification number; |
file |
An optional file name for a portable document format file of the plot; |
showtitle |
A logical to trigger a helpful title for the plot that will include the |
rev.decades |
The plot ordering of the decades. The default ( |
ylim |
A means to insert vertical axis limits under user's control. This potentially could be useful in some circumstances; |
return.fdc |
A logical to trigger returning of the flow-duration curve data frame used to construct the plot. This data frame sees removal of decades for which some streamflows were present but the decade was not complete and all the quantiles were simply |
... |
Additional arguments to pass. |
This function has no returned value and is intended for its side effects.
W.H. Asquith
1 2 3 | site <- "08167000"
gage <- fdclmr(dvget(site, ignore.provisional=FALSE), decade=TRUE)
akq_plotfdc(gage, site=site) #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.