CandleStick Plots with R base graphics (withOUT ggplot2 and plotly)

ggplot2 and plotly are very advanced charting libraries but sometimes it may be preferable to use base graphics, e.g. if one needs to fine-tune the chart layout.
A [not so] well-known R package DescTools draws nice ohlc plots and allows parsing arguments to plot() command.
Continue reading "CandleStick Plots with R base graphics (withOUT ggplot2 and plotly)"