Learn R Programming

easyalluvial (version 0.2.2)

palette_plot_intensity: 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

Run this code
# NOT RUN {
if(interactive()){
palette_qualitative() <!-- %>% -->
  palette_filter( thresh = 25) <!-- %>% -->
  palette_plot_intensity()
 }
# }

Run the code above in your browser using DataLab