scale_fill_discrete {INBOtheme}R Documentation

redefine scale_fill_discrete

Description

Selects the colour from the INBO style guide when the default text colour is INBObrown.

Usage

scale_fill_discrete(..., h = c(0, 360) + 15, c = 100, l = 65,
  h.start = 0, direction = 1, na.value = "grey50")

Arguments

...

Other arguments passed on to discrete_scale to control name, limits, breaks, labels and so forth.

h

range of hues to use, in [0, 360]

c

chroma (intensity of colour), maximum value varies depending on combination of hue and luminance.

l

luminance (lightness), in [0, 100]

h.start

hue to start at

direction

direction to travel around the colour wheel, 1 = clockwise, -1 = counter-clockwise

na.value

Colour to use for missing values

Author(s)

Thierry Onkelinx, Oona Op de Weerdt, Nicole De Groof


[Package INBOtheme version 0.5.5.2 Index]