View source: R/rollup_cu_jam.R
rollup_cu_jam | R Documentation |
Summarize individual jam data (e.g., from otg_type =
"Jam_3.csv") at
the channel unit scale
rollup_cu_jam(
jam_df = NULL,
fix_nas = TRUE,
impute_cols = c("length_m", "width_m", "height_m", "estimated_number_of_pieces"),
...
)
jam_df |
data.frame of |
fix_nas |
if any of the length, width, height, or estimated number of pieces measurements
for an individual jam is missing i.e., |
impute_cols |
character vector of column names that should be imputed, if |
... |
other arguments to |
a data.frame summarizing jam 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.