Creates a binned (stepped) fill gradient between two brand colors.
Arguments
- low
Color for the low end of the gradient. Default is AIB navy.
- high
Color for the high end of the gradient. Default is AIB sky.
- n.breaks
Number of breaks for automatic binning. Default is 5. Ignored when
breaksis provided explicitly via....- ...
Additional arguments passed to
ggplot2::scale_fill_steps()(e.g.,breaks,labels,limits).