Learn R Programming

BSDA (version 1.01)

Dowjones: Closing yearend Dow Jones Industrial averages from 1896 through 2000

Description

Data for Exercise 1.35

Usage

Dowjones

Arguments

Format

A data frame with 105 observations on the following 3 variables.

year

a numeric vector

close

a numeric vector

X.change

a numeric vector

Examples

Run this code
# NOT RUN {
str(Dowjones)
attach(Dowjones)  
plot(year,close,type="l",lty=2,lwd=2,col="blue")     
barplot(close,col="blue",las=2,main="Problem 1.35",names.arg=FALSE)      
detach(Dowjones) 
# }

Run the code above in your browser using DataLab