Learn R Programming

SWMPrExtension (version 2.2.5.1)

std_param_check: Standard Parameter Check

Description

Determine if a parameter is one of the standard SWMP parameters

Usage

std_param_check(param)

Value

Returns TRUE or FALSE

Arguments

param

chr string of variable abbreviation

Author

Julie Padilla

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

std_param_check('do_mgl')

# \donttest{
std_param_check('nitrogen')
# }

Run the code above in your browser using DataLab