A simulated dataset of number of credits taken by college students each semester.
Examples
library(ggplot2)
ggplot(credits, aes(x = credits)) +
geom_histogram(binwidth = 1)
A simulated dataset of number of credits taken by college students each semester.
library(ggplot2)
ggplot(credits, aes(x = credits)) +
geom_histogram(binwidth = 1)