dwww Home | Show directory contents | Find package

suppressPackageStartupMessages(library(ggplot2))
ggplot(iris) +
  aes(x = Species, y = Sepal.Length) +
  geom_bar()

Generated by dwww version 1.15 on Mon Jun 24 14:40:07 CEST 2024.