dwww Home | Show directory contents | Find package

suppressPackageStartupMessages(library(ggplot2))
for (j in 1:2) {
  # ggplot2 has been loaded previously
  print(ggplot(data.frame(x = rnorm(30), y = runif(30)), aes(x, y)) + geom_point())
}

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