Enter Your Name here
Example of using runnable R code to generate plot
ggplot(data = mpg) +
geom_point(mapping = aes(x = displ, y = hwy, color = class))
Make sure after Knitting to commit the generated .md
file and all
files in the generated _files
folder.