powered by
A simulated data set of number of credits taken by college students each semester.
credits
A data frame with 100 observations on the following variable.
Number of credits.
library(ggplot2) ggplot(credits, aes(x = credits)) + geom_histogram(binwidth = 1)
Run the code above in your browser using DataLab