R/a_plot.R

#' A simple plot
#'
#' @return A scatterplot
#' @export
a_plot <- function() {
  y <- rnorm(1000, 5, 10)
  hist(y)
}
jacob-ogre/open.cpu.test documentation built on May 28, 2019, 5:43 a.m.