make_colour_dictionary: make_colour_dictionary(variable_list = NULL, pheno = NULL,...

View source: R/make_colour_dictionary.R

make_colour_dictionaryR Documentation

make_colour_dictionary(variable_list = NULL, pheno = NULL, phenolabels = NULL, class_to_ignore = "N_A", colour_of_class_to_ignore = "#bcc2c2", colour_table = NULL, shuffle = FALSE, print_palette = FALSE, object_to_return = "cdict")

Description

Returns a dictionary of colours for each class within each variable_list or phenotable

Usage

make_colour_dictionary(
  variable_list = NULL,
  pheno = NULL,
  phenolabels = NULL,
  class_to_ignore = "N_A",
  colour_of_class_to_ignore = "#bcc2c2",
  colour_table = NULL,
  shuffle = FALSE,
  print_palette = FALSE,
  object_to_return = "cdict"
)

johnmcculloch/JAMS_BW documentation built on March 29, 2024, 7:56 p.m.