R/hello.R

#' @import tidyverse
NULL

#' @export
hello <- function() {
  ggplot2::ggplot(ggplot2::mpg, ggplot2::aes(displ, hwy, colour = class)) +
    ggplot2::geom_point()
}
teramonagi/tidypoem1 documentation built on May 31, 2019, 8:49 p.m.