R/chemlab.R

Defines functions chemlab

Documented in chemlab

# chem16S/chemlab.R
# Function to format figure labels
# Adapted from canprot's cplab.R on 20230704
# Wrap cplab rather than copying the code
#   (DRY - Don't Repeat Yourself) 20240302

chemlab <- function(varname) {
  out <- cplab[[varname]]
  if(is.null(out)) out <- varname
  out
}

Try the chem16S package in your browser

Any scripts or data that you put into this service are public.

chem16S documentation built on April 3, 2025, 10:47 p.m.