Learn R Programming

SWMPrExtension (version 0.3.12)

std_param_check: 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

Value

Returns TRUE or FALSE

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.

Examples

Run this code
# NOT RUN {
std_param_check('do_mgl')

# }
# NOT RUN {
std_param_check('nitrogen')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab