Description Usage Arguments Details See Also
Add candles to active time series plot
1 2 | lines_ohlc(x = 1:nrow(ohlc), ohlc, width = 0.3, candle.col.up = "blue",
candle.col.dn = "red", ch = TRUE)
|
x |
location coordinates |
ohlc |
time_series |
width |
width of candles body |
candle.col.up, candle.col.dn |
colors of up and down candles |
ch |
use Chinese style? |
Used in plot_ts
internally.
Other graphical functions: add_last_values
,
add_legend
, distinct_colors
,
empty_plot
, hist_dt
,
lines_stacked_hist
,
multi_heatmap
, plot_table
,
plot_ts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.