All `ggprism` Palettes

library(ggplot2)
library(ggprism)
themes <- names(ggprism_data$themes)[-length(ggprism_data$themes)]

for (i in themes) {
  print(preview_theme(i))
}


Try the ggprism package in your browser

Any scripts or data that you put into this service are public.

ggprism documentation built on May 29, 2024, 5:59 a.m.