alltime.movies: Top movies of all time

alltime.moviesR Documentation

Top movies of all time

Description

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

Usage

data(alltime.movies)

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.

Source

This data was found on http://movieweb.com/movie/alltime.html on June 17, 2003. The source of the data is attributed to (partially) Exhibitor Relations Co. .

Examples

data(alltime.movies)
hist(alltime.movies$Gross)

UsingR documentation built on March 18, 2022, 7:32 p.m.