You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/ENMeval-vignette.Rmd
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -257,13 +257,17 @@ Unless you supply the function with background points (which is recommended in m
257
257
258
258
ENMevaluate builds a separate model for each unique combination of RM values and feature class combinations. For example, the following call will build and evaluate 2 models. One with RM=1 and another with RM=2, both allowing only linear features.
@@ -402,9 +406,10 @@ plot(eval2@predictions[['LQP_1']], ylim=c(-30,20), xlim=c(-90,-40), legend=F, ma
402
406
```
403
407
404
408
#### Plotting response curves {#plot.resp}
405
-
We can also plot the response curves of our model to see how different input variables influence our model predictions.
406
-
```{r plot.pred3, fig.width = 5, fig.height = 5}
407
-
response(eval2@models[[1]])
409
+
We can also plot the response curves of our model to see how different input variables influence our model predictions. (Note that, as with the `dismo::maxent` function, using this function requires that the maxent.jar file be installed in the `dismo` package java folder).
@@ -418,7 +423,7 @@ Below is a running list of other things we plan to add to this vignette. Feel f
418
423
## Resources (*under construction*) {#resources}
419
424
420
425
###### Web Resources
421
-
-[Hijmans, R. and Elith, J. (2016) Species distribution modeling with R. dismo vignette.](https://cran.r-project.org/web/package=dismo)
426
+
-[Hijmans, R. and Elith, J. (2016) Species distribution modeling with R. dismo vignette.](https://cran.r-project.org/package=dismo)
422
427
423
428
-[Phillips, S. J. (2006) Phillips, S. (2006) A brief tutorial on Maxent. AT&T Research. Available at: http://www.cs.princeton.edu/~schapire/maxent/tutorial/tutorial.doc](http://www.cs.princeton.edu/~schapire/maxent/tutorial/tutorial.doc)
0 commit comments