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 Thu May 23 12:41:55 CEST 2024.