rollup_cu_jam: Rollup Channel Unit Jam Data

View source: R/rollup_cu_jam.R

rollup_cu_jamR Documentation

Rollup Channel Unit Jam Data

Description

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

Usage

rollup_cu_jam(
  jam_df = NULL,
  fix_nas = TRUE,
  impute_cols = c("length_m", "width_m", "height_m", "estimated_number_of_pieces"),
  ...
)

Arguments

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

fix_nas

if any of the length, width, height, or estimated number of pieces measurements for an individual jam 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 jam 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.