knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(openintro)
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
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.