scale_colour_divergent: Divergent colour scales To be added

Description Usage Arguments

Description

Divergent colour scales

To be added

Usage

1
2
3
4
5
6
7
8
scale_colour_divergent(..., low = "black", mid = "white",
  high = "red", midpoint = 0, na.value = "grey50")

scale_color_divergent(..., low = "black", mid = "white",
  high = "red", midpoint = 0, na.value = "grey50")

scale_fill_divergent(..., low = "black", mid = "white", high = "red",
  midpoint = 0, na.value = "grey50")

Arguments

...

Arguments passed on to continuous_scale

low

lower boundary of scale. Name of one of knmf_colours or corresponding integer

mid

colour of midpoint. Any valid colour specyfication.

high

upper boundary of scale. Name of one of knmf_colours or corresponding integer

midpoint

to be added

na.value

to be added


aczepielik/ggKNMF documentation built on June 2, 2019, 2:42 p.m.