dowdata | R Documentation |
The dowdata
data frame has 443 rows and 5 columns.
data(dowdata)
This data frame contains the following columns:
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
this data comes from the site http://www.forecasts.org/
data(dowdata) the.close <- dowdata$Close n <- length(the.close) plot(log(the.close[2:n]/the.close[1:(n-1)]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.