pal_vsup_viridis: Value-suppressing uncertainty palettes using viridis colors

Description Usage Arguments See Also

View source: R/pal_vsup.R

Description

Value-suppressing uncertainty palettes using viridis colors

Usage

1
2
pal_vsup_viridis(unc_levels = 4, option = "E", begin = 0.1, end = 0.7,
  direction = 1, alpha = 1, ...)

Arguments

unc_levels

Number of discrete uncertainty levels. The number of discrete colors at each level doubles.

option

Palette to be used, as in viridisLite::viridis().

begin

Hue in [0, 1] at which the colormap begins.

end

Hue in [0, 1] at which the colormap ends.

direction

If 1 (default), colors go from light to dark. If -1, colors go dark to light. (Note that this is reversed from standard viridis setup.)

alpha

Alpha transparency of the colors, specified as a number in [0, 1]. (0 means transparent and 1 means opaque)

...

Other arguments to be given to pal_vsup().

See Also

pal_vsup()


clauswilke/multiscales documentation built on Jan. 8, 2022, 10:49 p.m.