Discrete ggplot2 scales matching [theme_sspLNIRT()]. The palette is a grey-to-slate-blue ramp.
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(iris, aes(Sepal.Length, Sepal.Width, colour = Species)) +
geom_point() +
scale_colour_sspLNIRT() +
theme_sspLNIRT()
} # }
