R/registry.R
register_group_dictionary.Rd
Adds a named color dictionary at runtime so it can be used by group_colors() and the groupmap scales.
group_colors()
register_group_dictionary(name, values, overwrite = FALSE)
Dictionary name.
Named character vector of colors.
Whether to overwrite an existing registered dictionary.
The registered dictionary, invisibly.