Skip to contents

Colour Scale for Australian Manufacturing Workers Union

Usage

scale_colour_nrc(palette = "main", discrete = TRUE, reverse = FALSE)

Arguments

palette

Name of the colour palette (default "main")

discrete

Whether the colours should be discrete or continuous (default TRUE)

reverse

Whether the order of the colours should be reversed (default FALSE)

Examples

library(ggplot2)
p <- ggplot(mtcars, aes(x = mpg, y = disp, col = factor(cyl))) + geom_point()
p + scale_colour_nrc()