# \donttest{
# Plotting iris dataset (using ggplot2, theme_unikn, and unikn colors):
library('ggplot2') # theme_unikn requires ggplot2
ggplot(datasets::iris) +
geom_jitter(aes(x = Petal.Length, y = Petal.Width, color = Species), size = 3, alpha = 2/3) +
scale_color_manual(values = usecol(pal = c(Pinky, Seeblau, Seegruen))) +
labs(tag = "A", title = "Iris petals",
caption = "Data from datasets::iris") +
theme_unikn()
# }
Run the code above in your browser using DataLab