# NOT RUN {
if (require('ggplot2')) {
ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width, colour = Species)) +
geom_point() +
scale_colour_paletteer_d(package = "nord", palette = "frost")
}
# }
Run the code above in your browser using DataLab