View source: R/rollup_cu_wood.R
rollup_cu_wood | R Documentation |
Summarize individual wood piece data (e.g. from otg_type =
"Wood_2.csv") at
the channel unit scale
rollup_cu_wood(
wood_df = NULL,
fix_nas = TRUE,
impute_cols = c("length_m", "diameter_m"),
...
)
wood_df |
data.frame of |
fix_nas |
if any of the length or diameter measurement for individual wood pieces are missing
i.e., |
impute_cols |
character vector of column names that should be imputed, if |
... |
other arguments to |
a data.frame summarizing wood at the channel unit scale
Mike Ackerman, Richie Carmichael, and Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.