R/simpleviz.R

Defines functions simpleviz

Documented in simpleviz

simpleviz <- function() {
  viz <- ggplot2::ggplot(nycsat, aes(x = AvgReadingScore, y = AvgMathScore)) + geom_point()
  return(viz)
}
MYancheff/myancheffpackage documentation built on May 23, 2019, 8:36 a.m.