knitr::opts_chunk$set(echo = TRUE)
library(tidyverse)
library(openintro)
library(ggthemes)

Problem One:

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

Problem Two:

Re-create one of your boxplots from lab 2 in a similar fashion.

#INSERT YOUR CODE HERE


npaterno/stat231 documentation built on May 1, 2023, 6:07 p.m.