std_param_check: Standard Parameter Check

View source: R/std_param_check.R

std_param_checkR Documentation

Standard Parameter Check

Description

Determine if a parameter is one of the standard SWMP parameters

Usage

std_param_check(param)

Arguments

param

chr string of variable abbreviation

Details

A helper function used internally by several plotting functions to determine if parameter has a standard y-axis label. To accommodate the needs of the reserve-level annual report, this function also recognizes dissolved organic phosphorus (DIP) and dissolved inorganic nitrogen (DIN) as standard parameters.

Value

Returns TRUE or FALSE

Author(s)

Julie Padilla

Examples


std_param_check('do_mgl')


std_param_check('nitrogen')



SWMPrExtension documentation built on April 21, 2023, 1:14 a.m.