qc_cu_points: QC Channel Unit Points

View source: R/qc_cu_points.R

qc_cu_pointsR Documentation

QC Channel Unit Points

Description

Quality control the channel unit points, perhaps from Field Maps.

Usage

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"
)

Arguments

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.

Value

a tibble with QC results

Author(s)

Mike Ackerman


mackerman44/DASH documentation built on Sept. 5, 2024, 8:14 a.m.