discrete_coloring_range: Generates the parameters necessary for discrete coloring and colorbar
Description
Generates the parameters necessary for discrete coloring and colorbar
Usage
discrete_coloring_range(df, color_palette, categorical_color_range)
Value
list(colorscale, tickvals, ticktext)
Arguments
- df
catmaply tibble
- color_palette
the color palette
- categorical_color_range
whether to use categorical color range or not.