Learn R Programming

UsingR (version 2.0-7)

movies: Data frome on top 25 movies for some week, many weeks ago

Description

Data on 25 top movies

Usage

data(movies)

Arguments

Format

A data frame with 26 observations on the following 5 variables.

title

Titles

current

Current week

previous

Previous weel

gross

Total

Examples

Run this code
# NOT RUN {
data(movies)
boxplot(movies$previous)
# }

Run the code above in your browser using DataLab