Skip to content
Prev 13247 / 15274 Next

RFC: plot.xts

On Thu, 2015-04-23 at 15:33 +0000, Paul Teetor via R-SIG-Finance wrote:
plot.xts will be removed from xtsExtra in the near future.  Yes,
plot.xts and supporting function now in xts-proper supercede the
plot.xts in xtsExtra.
install_github is a fine approach

install_github('joshuaulrich/xts')
We use this code for production-critical tasks every day.  

The core of xts has the usual smattering of optimizations and bug fixes,
and has not changed substantially from a user perspective.  

plot.xts is substantially different from the old plot.xts, but the old
plot.xts didn't do much, which is why most users used chartSeries or
plot.zoo.
As always, YMMV, but this code has been under development and in use for
over a year, and I at least consider it stable and ready for prime time.

Regards,

Brian