knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(openintro) library(ggthemes)
Re-create your histogram from lab 1 using a different color for the bars and a theme from the ggthemes package.
#INSERT YOUR CODE HERE
Re-create one of your boxplots from lab 2 in a similar fashion.
#INSERT YOUR CODE HERE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.