Here is an intro section.
This is some general blurb about what I did.
Here is what I created. You can see the code to produce the data frame and the code to produce the plot(s).
library(data.table)
answer <- 1 + 1
answer
## [1] 2
library(ggplot2)
# ggplot() + and all of the rest of the ggplot lines
Here is some general takeaways from my project. If you have any questions, please feel free to email me at pptallon@loyola.edu
You can add captions at the bottom of images. To add a caption, include the words fig.cap=“blah blah” inside the {….} at the top of the RMarkdown code you are using to include the image. You will notice here that I can also add lines of HTML code directly into the text. Here’s something bold, something italics, something underline, and something blue.
knitr::include_graphics("c:/Users/pptallon/Dropbox/G/Personal/Tallon005.jpg")
Courtesy of your favorite IT professor