Description Usage Arguments Value Examples
Plots a graph of the closing price vector.
1 | plot_stockp(data = NULL, title = "")
|
data |
dataframe. The stock dataset that you want to used. If |
title |
character. title that you want to assign to the graph. |
A graph of the stock price
1 2 3 | plot_stockp()
plot_stockp(aapl)
plot_stockp(tsla,TSLA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.