credits | R Documentation |
A simulated dataset of number of credits taken by college students each semester.
credits
A data frame with 100 observations on the following variable.
Number of credits.
Simulated data.
library(ggplot2)
ggplot(credits, aes(x = credits)) +
geom_histogram(binwidth = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.