pal_bivariate_carto: Bivariate palette based on Carto colors

Description Usage Arguments

View source: R/pal_bivariate.R

Description

Returns a palette function that turns v (value) and u (uncertainty) (both between 0 and 1) into colors.

Usage

1
2
pal_bivariate_carto(palette = "Earth", max_light = 0.9, max_desat = 0,
  pow_light = 0.5, pow_desat = 1, ...)

Arguments

palette

Name of the palette

max_light

Maximum amount of lightening

max_desat

Maximum amount of desaturation

pow_light

Power exponent of lightening

pow_desat

Power exponent of desaturation

...

Other arguments to be given to carto_hcl()


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