powered by
Data for Exercise 1.35
Dowjones
A data frame with 105 observations on the following 3 variables.
year
a numeric vector
close
X.change
# 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