Hey Jamie,
I am actually using the 'maxnet' algorithm because I read about the issue with 'maxent.jar' and the dismo package. I have tried a couple of options,
1) I fit and tuned the model on a smaller extent and then used the maxnet.predictRaster() to project onto a larger extent (this was done for efficiency). For this option, I either had maxnet.predictRaster(....clamp = TRUE...) or maxnet.predictRaster(.....clamp=FALSE....). I couldn't get "fadebyclamping" to run in this function.
2) I fit and tuned the model using the entire extent. For these processes, I used
ENMevaluate(....clamp=TRUE....), ENMevaluate(...clamp=TRUE, "fadebyclamping=TRUE"....), and ENMevaluate(....clamp=FALSE....).
Everything runs fine with no errors, but the output rasters (raw or logistic transformations) all look exactly the same, even in areas that have environmental variables outside the training range (as determined by a MESS map).
For all of these, I used user-defined partitions with the same presence and background points. I just assumed there would be somewhat of a difference between the clamped, fadebyclamping, and the extrapolated (no clamp, no fade) rasters.
Thanks,