I used the following function to evaluate final models (SWD) with independent data.
kuenm_feval(path = "Final_models", occ.joint = oj, occ.ind = "ind_occ.csv",
replicates = TRUE, out.eval = "F_models_evaluation", threshold = 5,
rand.percent = 50, iterations = 500, parallel.proc = TRUE
I used ind_occ.csv but with variables as columns, as in contrast to ascii format where only coordinates are used. But, it takes like forever and the F_models_evaluation folder never shows up, neither R shows doing anything, although I have a super computer.
Does this function (kuenm_feval) even work for SWD format? If yes, what changes do I need to make to work for SWD?
I used the following function to evaluate final models (SWD) with independent data. kuenm_feval(path = "Final_models", occ.joint = oj, occ.ind = "ind_occ.csv", replicates = TRUE, out.eval = "F_models_evaluation", threshold = 5, rand.percent = 50, iterations = 500, parallel.proc = TRUE
I used ind_occ.csv but with variables as columns, as in contrast to ascii format where only coordinates are used. But, it takes like forever and the F_models_evaluation folder never shows up, neither R shows doing anything, although I have a super computer.
Does this function (kuenm_feval) even work for SWD format? If yes, what changes do I need to make to work for SWD?
Thanks.