R/categories.R

#' Categories for pathway tables and bar graphs
#'
#' Vector `categories` is saved as it used by all *_pathways() functions.
#'
#' @keywords internal
#'
#' @noRd
categories <- c(
  "Plantae",
  "Animalia",
  "Fungi",
  "Chromista",
  "Archaea",
  "Bacteria",
  "Protozoa",
  "Viruses",
  "incertae sedis",
  "Chordata",
  "Not Chordata"
)
trias-project/trias documentation built on Jan. 28, 2025, 5:30 p.m.