Creates a discrete ggplot2 fill scale from a predefined Core Surveillance color palette.
Arguments
- ...
Further arguments passed to
ggplot2::discrete_scale().- palette
Name of the palette family. One of "primary", "warning" or "posneg". Default "primary".
- direction
Direction of the palette. Use 1 for the normal order and -1 for the reversed order. Default 1.
See also
Other csstyle_ggplot2:
scale_color_cs(),
theme_cs()


