Description Usage Arguments Value
View source: R/04-plot_hydrograph.R
summarize Q (discharge)
1 | Summarise_Q(rm, start_dt, end_dt, unit_cfs = T, plot = F)
|
rm |
river mile, numeric |
start_dt |
string of start date and time YYYMMDD_hhmm (24hr) |
end_dt |
string of end date and time YYYMMDD_hhmm (24hr) |
unit_cfs |
True by default providing summary in cubic feet per second, if False, displays summary in cubic meters per second |
plot |
False by default, if True hydrograph is stored as out$hydograph |
a list containing (meanQ, maxQ, minQ, rangeQ, medianQ, data, hydrograph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.