From a5a130049aea38135bcb1821b89ee8ab47e419aa Mon Sep 17 00:00:00 2001 From: Maria Voigt <maria.voigt@idiv.de> Date: Tue, 18 Apr 2017 12:10:56 +0200 Subject: [PATCH] adding function to add grid-id --- src/model_fitting/abundance_model.R | 1 + 1 file changed, 1 insertion(+) diff --git a/src/model_fitting/abundance_model.R b/src/model_fitting/abundance_model.R index 07ec685..87b82fa 100644 --- a/src/model_fitting/abundance_model.R +++ b/src/model_fitting/abundance_model.R @@ -103,6 +103,7 @@ cl <- makeForkCluster(outfile = "") registerDoParallel(cl) 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, "generic/path.to.current.R")) source(file.path(indir_fun, "roger_functions/aic_c_fac.r")) -- GitLab