Skip to contents

A named character vector mapping common alternate diatoms codes.

Usage

diatom_code_abbr_mapping

Format

A named character vector

name attribute

The "alternate" name.

value attribute

The "correct" name.

Examples

# \donttest{
diatom_code_abbr_mapping[c("CPLA", "ALTG", "CAFF")]
#>   CPLA   ALTG   CAFF 
#> "CPLA" "ALTG" "CAFF" 
# }