Skip to content
Prev 3771 / 15274 Next

quantmod custom layouts

Hi Brian,

There is a new function in quantmod to save the chart (though not in
the CRAN version yet).  It doesn't do much more than:

dev.copy2pdf(file="AAPL.pdf")

Which will do what you want.  The interactive nature of the
chartSeries logic makes using it on other devices not quite as smooth
as one would like/expect.  But it can be done. (see ?dev.copy)

HTH,
Jeff
On Thu, Mar 12, 2009 at 3:40 PM, B Kim <briankim19 at yahoo.com> wrote: