Test

RV

Read-And-Delete

  1. Edit YAML front matter
  2. Write using R Markdown
  3. Use an empty line followed by three dashes to separate slides!

Slide 2

library(ggplot2)
qplot(wt, mpg, data = mtcars)

plot of chunk unnamed-chunk-1