I ran a few models in the Java MaxEnt program showing the species distribution model of an invasive species, and I want to import the outputs that it gave me (I have a folder of them, some asc files, some html, some plot pngs…) into R in order to compare the fit of each model via AIC. How do I go about doing this?
I want to use this code:
aic.maxent(p.occs, ncoefs, p = NULL)