std_param_check {SWMPrExtension} | R 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')
[Package SWMPrExtension version 2.2.5.1 Index]