Skip to content
Prev 10993 / 15274 Next

ggplot2 and equity timeseries plot.

chartSeries (and chart_Series) in quantmod do this.  For example:

require(quantmod)
getSymbols("SPY")
chartSeries(SPY, subset="last 2 weeks")

Hope that helps,
--
Joshua Ulrich  |  about.me/joshuaulrich
FOSS Trading  |  www.fosstrading.com
On Wed, Nov 14, 2012 at 7:23 PM, jefe goode <jefe_goode at yahoo.com> wrote: