Scale functions used with ggplot2.
scale_color_trek(palette = "starfleet", discrete = TRUE, reverse = FALSE, ...)
scale_fill_trek(palette = "starfleet", discrete = TRUE, reverse = FALSE, ...)character, name of Star Trek palette. See trek_pal() for
a list of palette names.
logical, discrete or continuous palette.
logical, reverse color order.
additional arguments passed to ggplot2::discrete_scale() or
ggplot2::scale_*_gradientn(), for discrete or continuous palettes,
respectively.
Most palettes should be used as qualitative palettes. See trekpals to see
how many colors are in each predefined palette. Use view_trek_pals() to
plot all palettes to see which may work best for your purposes.