ipod | R Documentation |
A simulated dataset on lengths of songs on an iPod.
ipod
A data frame with 3000 observations on the following variable.
Length of song (in minutes).
Simulated data.
library(ggplot2)
ggplot(ipod, aes(x = song_length)) +
geom_histogram(binwidth = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.