You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am really enjoying the maxent function in R. However, I ran unto a problem when I try to use a bias layer in the analysis of my data.
model_full <- maxent(predictors_cleaned, pres_train, removeDuplicates = TRUE, replicates = 10, args = "biasfile=dens.ras") Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'C:\Users\PDESCH~1\AppData\Local\Temp\RtmpMpcNg3/raster/maxent/24971072586/species.lambdas': No such file or directory
Hi,
I am really enjoying the maxent function in R. However, I ran unto a problem when I try to use a bias layer in the analysis of my data.
model_full <- maxent(predictors_cleaned, pres_train, removeDuplicates = TRUE, replicates = 10, args = "biasfile=dens.ras")
Error in file(con, "r") : cannot open the connectionIn addition: Warning message:
In file(con, "r") :
cannot open file 'C:\Users\PDESCH~1\AppData\Local\Temp\RtmpMpcNg3/raster/maxent/24971072586/species.lambdas': No such file or directory
> class(dens.ras)
[1] "RasterLayer"
attr(,"package")
[1] "raster"
Any suggestion to resolve this issue is very welcome.
Cheers
The text was updated successfully, but these errors were encountered: