finalize_q_data | R Documentation |
This function will combine all the previously
created lists (wl_sites_daily
and wl_sites_hourly
) and perform
the log10(Q)~log10(height) regression parameters to daily and hourly data. It will
then add to the original data
for a collated final dataset.
finalize_q_data(data, wl_sites_daily, wl_sites_hourly, year, wy_month = 10)
data |
Previously created data.frame using get_master_flow. |
wl_sites_daily |
Previously created list with daily hobo data. |
wl_sites_hourly |
Previously created list with hourly hobo data. |
year |
A numeric vector determining what year to regress the |
wy_month |
A numeric vector determining the water year month. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.