# NOT RUN {
pal <- witcher(255, option = "Geralt")
image(volcano, col = pal)
library(ggplot2)
ggplot(data.frame(x = rnorm(10000), y = rnorm(10000)), aes(x = x, y = y)) +
geom_hex() + coord_fixed() +
scale_fill_witcher(option="school_griffin") + theme_bw()
# }
Run the code above in your browser using DataLab