Skip to content

Instantly share code, notes, and snippets.

@illy
Last active December 10, 2015 22:59
Show Gist options
  • Save illy/4506196 to your computer and use it in GitHub Desktop.
Save illy/4506196 to your computer and use it in GitHub Desktop.
p <- ggplot(m.acf.geQuote)
p <- p + geom_raster(aes(x=Var1, y=Var2, lable=value, fill= value)) +
facet_wrap(~Var3, nrow=4) +
ggtitle("Cross-correlation of 4 different prices of GE ticker") +
theme(legend.position="none") +
labs(fill="Correlation") +
xlab("") + ylab("")
print(p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment