Skip to content
Prev 8096 / 15274 Next

quantmod - chart object (chob)

One item to note - they are built with a custom tool built for
quantmod called 'replot'.  Essentially is a layout tool to align the x
(time) axis, but using base graphics (not grid).

Mixing traditional graphics and grid is really not easy - and grid is
really, really slow (see ggplot2) - so you probably will have a hard
time with the approach you are thinking of.  Luckily nothing is
impossible - so if you have success, please share your results!!

Best,
Jeff
On Sun, Jun 19, 2011 at 10:49 AM, Stanley Chu <chd850 at gmail.com> wrote: