major_survey | R Documentation |
Survey of 218 students, collecting information on their GPAs and their academic major.
major_survey
A data frame with 218 observations on the following 2 variables.
Grade point average (GPA).
Area of academic major.
library(ggplot2)
ggplot(major_survey, aes(x = major, y = gpa)) +
geom_boxplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.