View source: R/y_labeler_delta.R
y_labeler_delta | R Documentation |
Generate y-axis Label Based on SWMP Parameter Abbreviation
y_labeler_delta(param, converted = FALSE)
param |
chr string of variable abbreviation |
converted |
logical, should the parameter label units be converted from metric to english? Defaults to |
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.
Returns character vector or an unevaluated expression
## Not run: y_lab <- y_labeler_delta('do_mgl') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.