pline | R Documentation |
A high-level plotly::plot_ly()
-function for charting
Open, High, Low and Close prices.
pline(price = "close", ...)
price |
A character-vector of length 1. "close" by default. |
... |
For internal use. Please ignore. |
An invisible plotly::plot_ly()
-object.
Serkan Korkmaz
Other price charts:
chart()
,
kline()
,
ohlc()
# script start;
# Charting BTC using
# line charts with closing price
# as main chart
cryptoQuotes::chart(
ticker = BTC,
main = cryptoQuotes::pline(),
sub = list(
cryptoQuotes::volume()
)
)
# script end;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.