discrete fill scale constructor for poisson colours
Usage
scale_fill_disc_poisson(
...,
palette = getOption("poispalette.colours", "discrete"),
order = NULL,
reverse = FALSE
)Examples
library(ggplot2)
ggplot(points, aes(RandomX, RandomY, fill = ID)) +
geom_point(shape = 21) +
scale_fill_disc_poisson()