rollup_cu_wood: Rollup Channel Unit Wood Data

View source: R/rollup_cu_wood.R

rollup_cu_woodR Documentation

Rollup Channel Unit Wood Data

Description

Summarize individual wood piece data (e.g. from otg_type = "Wood_2.csv") at the channel unit scale

Usage

rollup_cu_wood(
  wood_df = NULL,
  fix_nas = TRUE,
  impute_cols = c("length_m", "diameter_m"),
  ...
)

Arguments

wood_df

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

fix_nas

if any of the length or diameter measurement for individual wood pieces are 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 wood 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.