ipod: Length of songs on an iPod

ipodR Documentation

Length of songs on an iPod

Description

A simulated dataset on lengths of songs on an iPod.

Usage

ipod

Format

A data frame with 3000 observations on the following variable.

song_length

Length of song (in minutes).

Source

Simulated data.

Examples


library(ggplot2)

ggplot(ipod, aes(x = song_length)) +
  geom_histogram(binwidth = 0.5)

openintro documentation built on June 22, 2024, 7:37 p.m.