Skip to contents

Discrete fill scale using fundr palettes

Usage

scale_fill_fundr(
  palette = c("primary", "secondary", "tertiary"),
  direction = 1,
  ...
)

Arguments

palette

Palette name: "primary", "secondary", or "tertiary".

direction

If 1, use palette order; if -1, reverse.

...

Passed to ggplot2::discrete_scale().