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
For the sake of reproducible results I have already randomly split my occurrence records into training and testing, and would like to input these records into dismo::maxent. I have attempted to do this using the code below:
However when doing this I get the following error message:
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'C:\Users\Danielle\AppData\Local\Temp\RtmpcTd0O7/raster/maxent/1115481455/species.lambdas': No such file or directory
When I remove the argument testsamplesfiles=... from mod_args, the function works as expected.
Is there a way to supply maxent with specific testing occurrence records?
The text was updated successfully, but these errors were encountered:
Hello,
For the sake of reproducible results I have already randomly split my occurrence records into training and testing, and would like to input these records into
dismo::maxent
. I have attempted to do this using the code below:However when doing this I get the following error message:
When I remove the argument
testsamplesfiles=...
from mod_args, the function works as expected.Is there a way to supply maxent with specific testing occurrence records?
The text was updated successfully, but these errors were encountered: