otg_to_cu | R Documentation |
Clean channel unit data (e.g., from otg_type =
"CU_1.csv") and join
survey/site information to it
otg_to_cu(
survey_df = NULL,
cu_df = NULL,
wood_df = NULL,
jam_df = NULL,
undercut_df = NULL,
discharge_df = NULL,
fix_nas = TRUE,
wood_impute_cols = c("length_m", "diameter_m"),
jam_impute_cols = c("length_m", "width_m", "height_m", "estimated_number_of_pieces"),
undercut_impute_cols = c("length_m", "width_25_percent_m", "width_50_percent_m",
"width_75_percent_m"),
...
)
survey_df |
data.frame of |
cu_df |
data.frame of |
wood_df |
data.frame of |
jam_df |
data.frame of |
undercut_df |
data.frame of |
discharge_df |
input 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., |
... |
other arguments to |
a data.frame summarizing data for channel units
Mike Ackerman, Kevin See, Richie Carmichael
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.