plot.MoexCandles: Plot Candles

View source: R/plot.R

plot.MoexCandlesR Documentation

Plot Candles

Description

Plot Candles

Usage

## S3 method for class 'MoexCandles'
plot(x, ...)

Arguments

x

A candles tibble as returned by get_candles()

...

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)

moexer documentation built on Jan. 6, 2023, 1:18 a.m.