finalize_q_data: Finalize Q Data

finalize_q_dataR Documentation

Finalize Q Data

Description

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.

Usage

finalize_q_data(data, wl_sites_daily, wl_sites_hourly, year, wy_month = 10)

Arguments

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 ⁠wl_sites_*⁠ on.

wy_month

A numeric vector determining the water year month.

Value

A data.frame


joshualerickson/resourceviz documentation built on Jan. 10, 2024, 4:57 p.m.