if (FALSE) { # rlang::is_installed(c("scico", "ggplot2"))
library(ggplot2)
ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width, colour = Petal.Length)) +
geom_point() +
scale_colour_paletteer_c("scico::tokyo")
}
Run the code above in your browser using DataLab