Skip to content

Instantly share code, notes, and snippets.

@timelyportfolio
timelyportfolio / horizon plot in ggplot2.r
Created August 28, 2012 04:33
horizon plot in ggplot2
#first attempt at implementing horizon plots in ggplot2
#pleased with result but code sloppy and inflexible
#as always very open to improvements and forks
require(ggplot2)
require(reshape2)
require(quantmod)
require(PerformanceAnalytics)
require(xtsExtra)