qc_cu_points | R Documentation |
Quality control the channel unit points, perhaps from Field Maps.
qc_cu_points(
cu_pts_sf = NULL,
site_name_col = "site_name",
year_col = "year",
seg_num_col = "seg_num",
cu_num_col = "cu_num",
hab_reach_col = "hab_rch"
)
cu_pts_sf |
The sf object containing the channel unit points, perhaps collected in the field using Field Maps. At a minimum, the sf object should contain columns containing the site/survey name, year of the survey, segment number, channel unit number, and the habitat reach which defines which channel units should be "lumped together" for analysis. |
site_name_col |
The name of the column containing the site/survey name. |
year_col |
The name of the column containing the year. |
seg_num_col |
The name of the column containing the segment number. |
cu_num_col |
The name of the column containing the channel unit number. |
hab_reach_col |
The name of the column containing the habitat reach. |
a tibble with QC results
Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.