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