palette_plot_intensity: plot colour intensity of palette

View source: R/palette.R

palette_plot_intensityR Documentation

plot colour intensity of palette

Description

sum of red green and blue values

Usage

palette_plot_intensity(palette)

Arguments

palette

any vector containing color hex values

Value

ggplot2 plot

See Also

palette_plot_rgp

Examples

## Not run: 
if(interactive()){
palette_qualitative() %>%
  palette_filter( thresh = 25) %>%
  palette_plot_intensity()
 }

## End(Not run)

erblast/easyalluvial documentation built on Dec. 11, 2023, 7:28 p.m.