Skip to content

ggplot2 and equity timeseries plot.

4 messages · jefe goode, Joshua Ulrich

#
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:
#
On Wed, Nov 14, 2012 at 8:25 PM, jefe goode <jefe_goode at yahoo.com> wrote:
Then I would recommend you ask on the ggplot2 mailing list.
You can plot to any device with chartSeries.  See ?pdf.