I have a MaxEnt model implemented in ENMeval package using maxent.jar algorithm in R. The dismo package has the convenient function response to plot predictors' responses as the ones provided by the model html output, in R plotting style.
Now, I would like to plot the predictor responses of the"single-predictor" models likewise (as the ones you can get in the HTML output when using maxent software).
I have tried 3 paths so far,
a) the response function has the "at" function to indicate at what level the other variables should be. Since the interest is to disregard the rest of the variables I have chosen at=NULL, but the output just looks like a smooth version of when I chose other levels for the variables like mean or median, so I am assuming this is not it.
b)I also tried to run ENMeval with a single environmental variable but it is not working either. Why is that so? It is not possible to run ENMEval with only one environmental variable?
c) my last option has been to create a dummy raster variable (all the values are equal) and include it in the stack and then run the response function, but I am not sure about how correct this approach is.
has anyone been able to get this output?
Cheers,
Ione
--
You received this message because you are subscribed to the Google Groups "Maxent" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maxent+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/maxent/e70caec9-c9d8-42f2-bb77-aa8b6c7315e3n%40googlegroups.com.