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 e883910f..5a46f174 100644 --- a/R/pretty_plots.R +++ b/R/pretty_plots.R @@ -1,6 +1,5 @@ library(ggplot2) -root.dir <- "/home/share/CorpCDOs/" -source(file.path(root.dir, "code", "R", "load_cf.R")) +source(file.path(Sys.getenv("CODE_DIR"), "R", "load_cf.R")) date <- Sys.Date() dists <- list() |
