Learn R Programming

easyalluvial (version 0.3.2)

palette_plot_intensity: plot colour intensity of palette

Description

sum of red green and blue values

Usage

palette_plot_intensity(palette)

Value

ggplot2 plot

Arguments

palette

any vector containing color hex values

See Also

palette_plot_rgp

Examples

Run this code
if (FALSE) {
if(interactive()){
palette_qualitative() %>%
  palette_filter( thresh = 25) %>%
  palette_plot_intensity()
 }
}

Run the code above in your browser using DataLab