-
-
Save jkaupp/4020bf7e9a468f41a8de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See also the entry on stackoverflow: http://goo.gl/KUvmW2 | |
library(lattice) | |
library(chron) | |
source("http://blog.revolutionanalytics.com/downloads/calendarHeat.R") | |
# Plot as calendar heatmap | |
calendarHeat(stock.data$Date, stock.data$Adj.Close, | |
varname="MSFT Adjusted Close") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment