plot.xts RFC
We have been working on a new charting engine for xts::plot.xts
for the past couple years. It started with Michael Weylandt’s work during the 2012 Google Summer of Code, and Ross Bennett took up the torch during the 2014 GSoC.
This new engine improves the functionality, modularity, and flexibility of plot.xts
by building off the framework Jeff Ryan began with quantmod::chart_Series
. The modular framework allows users to plot an xts object and incrementally build custom charts by adding panels of new data (including transformations of the original xts object).