powered by
Available package/palette combinations are available in the data.frame palettes_c_names.
palettes_c_names
paletteer_c(palette, n, direction = 1)
A vector of colors.
Name of palette as a string. Must be on the form packagename::palettename.
Number of colors desired. Must be supplied.
Either 1 or -1. If -1 the palette will be reversed.
1
-1
if (FALSE) { # rlang::is_installed("scico") paletteer_c("scico::berlin", 100) }
Run the code above in your browser using DataLab