| plot.MoexCandles {moexer} | R Documentation | 
Plot Candles
Description
Plot Candles
Usage
## S3 method for class 'MoexCandles'
plot(x, ...)
Arguments
| x | A candles tibble as returned by  | 
| ... | For compatibility with the generic; ignored | 
Value
A ggplot2 object.
Examples
## Not run: 
get_candles(secid = 'SBER', from = '2020-01-01') |>
    plot()
## End(Not run)
[Package moexer version 0.3.0 Index]