movies {Simple}R Documentation

Top 25 movies for June 2001

Description

The movies data frame has 26 rows and 4 columns.

The top 25 movies for a week in June 2001. Contains weeks revenues, previous week and total gross.

Usage

data(movies)

Format

This data frame contains the following columns:

title
a factor with levels of movie title's
current
a numeric vector
previous
a factor which should be numeric
gross
a numeric vector

Source

found on http://www.movieweb.com/movie/top25.html

Examples

data(movies)
hist(movies[['current']])

[Package Simple version 0.5 Index]