Colour and fill scales for the MPI for Psycholinguistics ggplot2 theme These scales contain colours that play nicely with the MPI for Psycholinguistics corporate identity. Otherwise, they are interchangable with the default ggplot2 discrete colour scales.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | scale_colour_discrete(..., h = c(0, 360) + 15, c = 100, l = 65,
h.start = 0, direction = 1, na.value = "grey50",
aesthetics = "colour")
scale_color_discrete(..., h = c(0, 360) + 15, c = 100, l = 65,
h.start = 0, direction = 1, na.value = "grey50",
aesthetics = "colour")
scale_fill_discrete(..., h = c(0, 360) + 15, c = 100, l = 65,
h.start = 0, direction = 1, na.value = "grey50",
aesthetics = "colour")
scale_color_discrete_mpinl(palette = "main", reverse = FALSE, ...)
scale_fill_discrete_mpinl(palette = "main", reverse = FALSE, ...)
|
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.