The objective of blends is to blend colour palettes using blend modes, such as multiply and screen.
Installation
Install from CRAN, or development version from GitHub.
install.packages("blends") pak::pak("davidhodge931/blends")
Example
library(dplyr) library(jumble) scales::show_col(c(teal, orange, blends::multiply(teal, orange)), ncol = 3)
Other packages
This package is part of a group of related packages built to extend ggplot2.


