ts_set | R Documentation |
A multivariate dataset for closing prices for several major tech stocks over time. Source: YahooFinance.
data(ts_set)
A data frame with 2095 observations of 5 variables:
Character vector of dates in "YYYY-MM-DD" format.
Numeric. Closing prices for Tesla (TSLA).
Numeric. Closing prices for Amazon (AMZN).
Numeric. Closing prices for IBM.
Numeric. Closing prices for Meta (Facebook).
data(ts_set)
plot(as.Date(ts_set$dates), ts_set$TSLA.Close, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.