rollup_cu_undercut: Rollup Channel Unit Undercut Data

View source: R/rollup_cu_undercut.R

rollup_cu_undercutR Documentation

Rollup Channel Unit Undercut Data

Description

Summarize individual undercut data (e.g., from ⁠otg_type =⁠ "Undercut_4.csv) at the channel unit scale

Usage

rollup_cu_undercut(
  undercut_df = NULL,
  fix_nas = TRUE,
  impute_cols = c("length_m", "width_25_percent_m", "width_50_percent_m",
    "width_75_percent_m"),
  ...
)

Arguments

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

fix_nas

if any of the length or width measurements for an individual undercut is missing i.e., NA, would you like to fill them in? Default is TRUE, in which case the NA values will be imputed using function 'impute_missing_values()

impute_cols

character vector of column names that should be imputed, if fix_nas == TRUE

...

other arguments to impute_missing_values()

Value

a data.frame summarizing undercut data at the channel unit scale

Author(s)

Mike Ackerman, Richie Carmichael, and Kevin See


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