scale_colour_disc_poisson: discrete colour scale constructor for poisson colours

View source: R/scales.R

scale_colour_disc_poissonR Documentation

discrete colour scale constructor for poisson colours

Description

discrete colour scale constructor for poisson colours

Usage

scale_colour_disc_poisson(
  ...,
  palette = getOption("poispalette.colours", "discrete"),
  order = NULL,
  reverse = FALSE
)

Arguments

...

Additional arguments passed to discrete_scale()

palette

Character name of palette in pois_palettes

order

A numeric or character vector indicating the order of colours in the palette. Can be a subset.

reverse

Boolean indicating whether the palette should be reversed


poissonconsulting/poispalette documentation built on June 15, 2025, 11:52 a.m.