Skip to content
Prev 3498 / 15274 Next

How to add grid to plot.zoo easily

Note that quantmod has specific charting capabilities for
OHLC series that you might be interested in:

library(quantmod)
getSymbols("IBM")
chartSeries(IBM)
On Sun, Jan 11, 2009 at 9:51 AM, Wind <windspeedo at qq.com> wrote: