| canva_pal {ggthemes} | R Documentation |
150+ color palettes from canva.com. See canva_palettes.
canva_pal(palette = "Fresh and bright")
palette |
Palette name. See the names of |
A function that takes a single value, the number of colors to use.
require("scales")
show_col(canva_pal("Fresh and bright")(4))
show_col(canva_pal("Cool blues")(4))
show_col(canva_pal("Modern and crisp")(4))