Learn R Programming

UsingR (version 2.0-7)

alltime.movies: Top movies of all time

Description

The top 79 all-time movies as of 2003 by domestic (US) gross receipts.

Usage

data(alltime.movies)

Arguments

Format

A data frame with 79 observations on the following 2 variables.

Gross

a numeric vector

Release.Year

a numeric vector

The row names are the titles of the movies.

Examples

Run this code
# NOT RUN {
data(alltime.movies)
hist(alltime.movies$Gross)
# }

Run the code above in your browser using DataLab