Learn R Programming

SWMPrExtension (version 2.2.5.1)

y_labeler: Generate y-axis Label Based on SWMP Parameter Abbreviation

Description

Generate a y-axis label based on SWMP parameter abbreviation

Usage

y_labeler(param, converted = FALSE)

Value

Returns character vector or an unevaluated expression

Arguments

param

chr string of variable abbreviation

converted

logical, should the parameter label units be converted from metric to english? Defaults to FALSE. Currently available for temp, depth, cdepth, level, clevel, atemp, wspd, maxwspd, and totprcp

Author

Julie Padilla

Details

A helper function used internally by several plotting functions to generate y-axis labels. This function does not convert sample results from metric to english. It only adjusts the units in the y-axis label.

Examples

Run this code
# \donttest{
y_lab <- y_labeler('do_mgl')
# }

Run the code above in your browser using DataLab