Assignment 1
Adrian Gallegos
2024-09-18
library(ggplot2) # Load the data data(mtcars) ggplot(mtcars, aes(x=mpg))+ geom_boxplot()