inst/examples/ex-theme_zlab.R

library("ggplot2")

box <- ggplot(data = iris, aes(x = Species, y = Sepal.Length)) +
  geom_boxplot(aes(fill = Species)) +
  ylab("Sepal Length") + ggtitle("Iris Boxplot") +
  stat_summary(fun = mean, geom = "point", shape = 5, size = 4) +
  theme_zlab() +
  scale_fill_transgenes()
box
zamanianlab/ZamanianLabThemes documentation built on Dec. 23, 2021, 9:12 p.m.