HI Jamie,
I am experiencing some problems recently. I noticed that v2.0.5.2 is not yet available in for mac users, right?
Here is my problem. Recently, I moved from maxent.jar to Maxnet algorithm. Model outputs were slightly different for extracting metrics, but computation time improved.
My problem is that I am not so familiar with MExnet slots and I am strugling to find the functions for predictions.
I used to do this:
pred.ssp126.2030 <- terra::predict(lancov.model@models[[1]], lancov.ssp126.2030)
Being lancov.model my ENMevaluate object, and lancov.ssp126.2030 a SpatRaster with my 14 covariates projected in future. Lancov model contains already only the best model. This sintax is not working anymore.
How should I proceed? maxnet.predict seems not available (v2.0.4) and eval.predictions() do not allow to introduce environmental rasters to calculate predictions.
Thank you very much in advance.