powered by
Draw a candlestick chart.
dyCandlestick(dygraph, compress = FALSE)
Dygraph to draw chart on
If true, compress data yearly, quarterly, monthly, weekly or daily according to overall amount of bars and/or current zoom level.
Dygraph with specified candlestick plotter
# NOT RUN { library(xts) data(sample_matrix) library(dygraphs) dygraph(sample_matrix) %>% dyCandlestick() # }
Run the code above in your browser using DataLab