View source: R/rollup_cu_undercut.R
rollup_cu_undercut | R Documentation |
Summarize individual undercut data (e.g., from otg_type =
"Undercut_4.csv) at
the channel unit scale
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"),
...
)
undercut_df |
data.frame of |
fix_nas |
if any of the length or width measurements for an individual undercut
is missing i.e., |
impute_cols |
character vector of column names that should be imputed, if |
... |
other arguments to |
a data.frame summarizing undercut data 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.