Skip to contents

Create a color palette function.

Usage

create_statworx_palette(
  palette = "statworx_standards_1",
  reverse = FALSE,
  col_list = "",
  ...
)

Arguments

palette

A color palette or "custom".

reverse

If true, order of palette is reversed.

col_list

Provide a vector of colors if @param palette = "custom".

...

arguments passed to colorRampPalette

Value

Palette generating function based on "colorRampPalette".