This function fits a MaxEnt model to predict species distribution based on land-use data. It handles cases where land-use types are listed as "Both" by splitting these into separate "Poor" and "Rich" categories.
Arguments
- DF
A data frame containing species presence and background data, with columns for species, Landuse, and Pres. The Landuse column should be a factor representing different land-use types, and Pres should indicate whether the row corresponds to a presence (1) or background (0) point.
Value
A data frame with predicted species distribution for each land-use type. The data frame contains columns for Landuse, Pred (predicted value), and species.