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