R/testPlot.R

testPlot <- function() {
  ggplot2::ggplot(mapping = ggplot2::aes(x = 1:10, y = 1:10)) +
    ggplot2::geom_point()
}
jstaf/TestPackage documentation built on May 20, 2019, 2:11 a.m.