-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello there.
First of all, I want to thank you all for making such an easy yet effective SDM package.
That being said, ENMTML's paper said that each variable contribution is registered as both variable importance and response curve (Table 11), but I didn't find both of them in the output folder.
Am I doing something wrong with the script? Or did I get it wrong?
This is my script:
ENMTML( pred_dir = "folder", proj_dir = NULL, result_dir = NULL, occ_file = "file", sp = 'species', x = 'long', y = 'lat', min_occ = 10, thin_occ = NULL, eval_occ = NULL, colin_var = NULL, imp_var = FALSE, sp_accessible_area=c(method='BUFFER', type='1'), pseudoabs_method=c(method='RND'), pres_abs_ratio = 0.5, part=c(method='BOOT', replicates='10', proportion='0.8'), save_part = FALSE, save_final = TRUE, algorithm = 'MXD', thr=c(type='LPT'), msdm = NULL, ensemble=c(method='MEAN'), extrapolation = FALSE, cores = 2 )
Thanks in advance for the answer and sorry for the bother.