assign_wb_category: Assign the appropriate Waterbody Category based on the...

Description Usage Arguments Value

View source: R/assign.R

Description

Assign the appropriate Waterbody Category based on the provided assessment.

Usage

1
2
3
4
5
6
7
assign_wb_category(
  .data,
  .assess_col,
  .wb_colname,
  .seg_id_col,
  .param_eval_col
)

Arguments

.data

a data frame.

.assess_col

a character string of a column name within .data that specifies the waterbody segment assessment.

.wb_colname

a character string that will be used to name the column that the waterbody category will be stored within.

.seg_id_col

a character string representing the column name within .data that represents the waterbody segment ID.

.param_eval_col

a character string representing the column name within .data that represents summary evaluation of each parameter used to inform an assessment.

Value

A data frame containing the waterbody categories.


BWAM/stayCALM documentation built on May 21, 2020, 3:24 p.m.