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 Sept. 18, 2024, 11:50 a.m.