qc_rollup: Quality Control - Channel Unit Rollup

View source: R/qc_rollup.R

qc_rollupR Documentation

Quality Control - Channel Unit Rollup

Description

Quality control the channel unit rollup performed by otg_to_cu(). This is primarily concerned with making sure that all pieces of data are connected through the parent global IDs.

Usage

qc_rollup(
  survey_df = NULL,
  cu_df = NULL,
  jam_df = NULL,
  undercut_df = NULL,
  wood_df = NULL,
  discharge_df = NULL
)

Arguments

survey_df

data.frame of ⁠otg_type =⁠ "surveyPoint_0.csv" containing information for each site/survey

cu_df

data.frame of ⁠otg_type =⁠ "CU_1.csv" containing data for each channel unit

jam_df

data.frame of ⁠otg_type =⁠ "Jam_3.csv containing the individual jam data to be summarized (rolled up) to the channel unit scale

undercut_df

data.frame of ⁠otg_type =⁠ "Undercut_4.csv" containing the individual undercut data to be summarized (rolled up) to the channel unit scale

wood_df

data.frame of ⁠otg_type =⁠ "Wood_2.csv" containing the individual wood data to be summarized by channel units

discharge_df

input data.frame of ⁠otg_type =⁠ "DischargeMeasurements_6.csv" containing the station width, depth, and velocity data to estimate discharge

Value

a tibble with QC results

Author(s)

Kevin See


mackerman44/DASH documentation built on Sept. 5, 2024, 8:14 a.m.