colour scale constructor for viking colours

scale_colour_viking(palette = "Alle", discrete = TRUE, reverse = FALSE, ...)

Arguments

palette

Character name of palette in viking_palettes

discrete

Boolean indicating whether colour aesthetic is discrete or not

reverse

Boolean indicating whether the palette should be reversed

...

Additional arguments passed to discrete_scale() or scale_colour_gradientn(), used respectively when discrete is TRUE or FALSE