Skip to content

Instantly share code, notes, and snippets.

@rheimann
Created November 18, 2013 00:58
Show Gist options
  • Save rheimann/7520669 to your computer and use it in GitHub Desktop.
Save rheimann/7520669 to your computer and use it in GitHub Desktop.
recession bars R
rect2001 <- data.frame (
xmin=2001, xmax=2002, ymin=-Inf, ymax=Inf)
rect2007 <- data.frame (
xmin=2007, xmax=2009, ymin=-Inf, ymax=Inf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment