Learn R Programming

UsingR (version 2.0-7)

dvdsales: Monthly DVD player sales since introduction to May 2004

Description

Monthly DVD player sales since introduction of DVD format to May 2004

Usage

data(dvdsales)

Arguments

Format

Matrix with rows recording the year, and columns the month.

Examples

Run this code
# NOT RUN {
data(dvdsales)
barplot(t(dvdsales[7:1,]),beside=TRUE)
# }

Run the code above in your browser using DataLab