ipod: Length of songs on an iPod

Description Usage Format Source Examples

Description

A simulated data set on lengths of songs on an iPod.

Usage

1

Format

A data frame with 3000 observations on the following variable.

song_length

Length of song (in minutes).

Source

Simulated data.

Examples

1
2
3
4
library(ggplot2)

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

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.