View source: R/calc_discharge.R
calc_discharge | R Documentation |
Calculate the discharge from each station and sum them. Based on the calculations from CHaMP, described on MonitoringMethods.org, which states: Sum station discharge across all stations by calculating the depth x velocity x station width for all stations except first and last. Station discharge for first and last station is 0.5 x station width x depth x velocity. https://www.monitoringresources.org/Document/Method/Details/853
This function assumes the station width represents the distance between the previous station and the current one. In most instances, the station widths will be equal across the entire transect.
calc_discharge(discharge_df = NULL)
discharge_df |
input data.frame of |
a tibble
Mike Ackerman and Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.