get_palette_tol: Get palette function

Description Usage Arguments

View source: R/tol.R

Description

Get palette function

Usage

1
2
3
4
5
6
7
get_palette_tol(
  palette = "vibrant",
  reverse = FALSE,
  select = NULL,
  discrete = TRUE,
  ...
)

Arguments

palette

Palette name as a string. See the palettes section.

reverse

Should the palette order be reversed?

select

An optional string vector of color names that indicates a custom selection of available colors and their order. See https://github.com/joon-e/allespaletti for all color names.

discrete

Set to FALSE if plotting continuous data.

...

Other arguments passed on scale function to control name, limits, breaks, labels and so forth.


joon-e/allespaletti documentation built on June 8, 2020, 12:38 a.m.