Skip to content
Prev 2685 / 7420 Next

SDM (MaxEnt) per Species, package dismo

Hello SIG-ECO list,

I am want to perform Species Distribution Models with R's dismo
package (function: maxent()). Of course this topic is a spatial topic (R-SIG-GEO related) but I think it fits better to the ECO list.

For my analysis (MaxEnt)I have a Rasterstack of predictor variables and
the species occurence points as spatial points (sp-class).

My list of observations has several different species. And I divided
the list into a training and testing dataset with:
kfold(occ.points, k = 5, by = occ.points$Species)

As I read in the orig. MaxEnt tutorial, it should be possible to use an input file with multiple species. I'd like to know:
Does that accuatlly work also in the R-Maxent setup? Can a provide maxent() spatial points of different species, or do I have to fit the model manually for each species (resp. in a loop?) How can I access the results of the single species (like the 'me' in the examples of maxent).

Another maxent related question: What happens if one of the predictor rasters is not entirely populated with values resp. shows NA's? Are these cells just excluded from the model fit and prediction or will there be a problem with the entire model?

Thank you for your help,

Best regards,
Johannes


-------- Original-Nachricht --------