palette_plot_intensity {easyalluvial} | R 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
Examples
## Not run:
if(interactive()){
palette_qualitative() %>%
palette_filter( thresh = 25) %>%
palette_plot_intensity()
}
## End(Not run)
[Package easyalluvial version 0.3.2 Index]