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

Problem One:

Create a custom version of your histogram from lab 1 OR one of the variables in the diamonds data set. It should include one (or more):

*change to text

*change to panel

*change to plot

*change to histogram/boxplot

#INSERT YOUR CODE HERE

Challenge:

Repeat problem one using a boxplot for a variable of your choice from either the gpa_study_hours or diamonds data set.

#INSERT YOUR CODE HERE


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