在脚本的某个特定点(事先指的是模型本身)我使用的是以下命令行:
me<-maxent(predictors,spp.occ,args=c("-J","-P","replicates=10","replicatetype=crossvalidate"),path='Results')
我收到以下错误消息:
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'Results/species_9.lambdas': No such file or directory
在重复命令几次探索其所有参数后,我得出的结论是生成错误的参数是 replicates = 10 ,这意味着我想复制模板的10倍。我已经执行了少量的复制,最多9次没有错误。
事先我为我的语言道歉,事实上我不是程序员,但我真的需要解决这个问题并希望有人能帮助我。
非常感谢。
最好的,
拉米罗。