A consistent set of colours for Australian states and territories for graphing
Source:R/scales.R
scale_e61_aus.Rd
A consistent set of colours for Australian states and territories for graphing
Arguments
- ...
Arguments passed on to
ggplot2::scale_colour_manual
,ggplot2::scale_fill_manual
values
a set of aesthetic values to map data values to. The values will be matched in order (usually alphabetical) with the limits of the scale, or with
breaks
if provided. If this is a named vector, then the values will be matched based on the names instead. Data values that don't match will be givenna.value
.aesthetics
Character string or vector of character strings listing the name(s) of the aesthetic(s) that this scale works with. This can be useful, for example, to apply colour settings to the
colour
andfill
aesthetics at the same time, viaaesthetics = c("colour", "fill")
.breaks
One of:
NULL
for no breakswaiver()
for the default breaks (the scale limits)A character vector of breaks
A function that takes the limits as input and returns breaks as output
na.value
The aesthetic value to use for missing (
NA
) values