printSeries | R Documentation |
Part of the flowHistory system. The index of the flow statistics is istat. These statistics are: (1) 1-day minimum, (2) 7-day minimum, (3) 30-day minimum, (4) median (5) mean, (6) 30-day maximum, (7) 7-day maximum, and (8) 1-day maximum.
printSeries(eList, istat, qUnit = 1, runoff = FALSE)
eList |
named list with at least the Daily and INFO dataframes |
istat |
A numeric value for the flow statistic to be graphed (possible values are 1 through 8) |
qUnit |
object of qUnit class |
runoff |
logical variable, if TRUE the streamflow data are converted to runoff values in mm/day |
The smoothing algorithm is as defined in makeAnnualSeries
.
smoothing window is defined by the eList$INFO$window value (default = 20)
data frame with:
years | integer | year |
qActual | numeric | Actual flow statistic (based on istat) |
qSmooth | numeric | Smoothed flow statistic |
eList <- Choptank_eList
printReturn <- printSeries(eList, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.