Skip to content
Snippets Groups Projects
Commit a5a13004 authored by Maria Voigt's avatar Maria Voigt
Browse files

adding function to add grid-id

parent d49b167d
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ cl <- makeForkCluster(outfile = "") ...@@ -103,6 +103,7 @@ cl <- makeForkCluster(outfile = "")
registerDoParallel(cl) registerDoParallel(cl)
source(file.path(indir_fun, "project_functions/scale.predictors.R")) source(file.path(indir_fun, "project_functions/scale.predictors.R"))
source(file.path(indir_fun, "project_functions/assign.grid.id.R"))
source(file.path(indir_fun, "roger_functions/rogers_model_functions.R")) source(file.path(indir_fun, "roger_functions/rogers_model_functions.R"))
source(file.path(indir_fun, "generic/path.to.current.R")) source(file.path(indir_fun, "generic/path.to.current.R"))
source(file.path(indir_fun, "roger_functions/aic_c_fac.r")) source(file.path(indir_fun, "roger_functions/aic_c_fac.r"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment