diff options
Diffstat (limited to 'R/pretty_plots.R')
| -rw-r--r-- | R/pretty_plots.R | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/R/pretty_plots.R b/R/pretty_plots.R index 5a46f174..0d3fcba4 100644 --- a/R/pretty_plots.R +++ b/R/pretty_plots.R @@ -1,7 +1,6 @@ library(ggplot2) -source(file.path(Sys.getenv("CODE_DIR"), "R", "load_cf.R")) date <- Sys.Date() - +root.dir <- Sys.getenv("BASE_DIR") dists <- list() for(deal in c('ares29', 'bally131')) { load(file.path(root.dir, "Scenarios", sprintf("Intex Curves_%s", date), "csv", paste(deal, "RData", sep="."))) |
