| DOW1941 | R Documentation |
The Dow-Jones daily index of 1941.
data("DOW1941")
A data frame with 302 observations on the following 5 variables.
DOW1941Dow-Jones daily value
Datea POSIXlt
Daya progressive number
DayOfWeeka factor representing the weekday with levels 1 2 3 4 5 6
Montha factor representing the month with levels 1 2 3 4 5 6 7 8 9 10 11 12
data(DOW1941)
plot(DOW1941$Date, DOW1941$DOW1941,
type="l",
ylab="Dow Jones 1941", xlab="Date")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.