param_names {SWMPr} | R Documentation |
Get parameters of a given type
Description
Get parameter column names for each parameter type
Usage
param_names(param_type = c("nut", "wq", "met"))
Arguments
param_type |
chr string specifying |
Details
This function is used internally within several functions to return a list of the expected parameters for a given parameter type: nutrients, water quality, or meteorological. It does not need to be called explicitly.
Value
Returns a named list of parameters for the param_type
. The parameter names are lower-case strings of SWMP parameters and corresponding qaqc names ('f_'
prefix)
[Package SWMPr version 2.5.1 Index]