View source: R/ecospat.ESM.responsePlot.R
ecospat.ESM.responsePlot | R Documentation |
This function creates response plots (evaluation strips) for Ensmebles of Small Models (ESMs).
ecospat.ESM.responsePlot( ESM.EnsembleModeling.output,
ESM.modeling.output,
fixed.var.metric = 'median')
ESM.modeling.output |
a list object returned by |
ESM.EnsembleModeling.output |
a list object returned by |
fixed.var.metric |
either 'median' (default), 'mean', 'min' or 'max' specifying the statistic used to fix as constant the remaining variables when the predicted response is estimated for one of the variables. (same as in |
This function plots the response curves of a model for each variable, while keeping the remianing variables constant. This is an adaptation of the Evaluation Strip method proposed by Elith et al.(2005)
A plot of the response curves is produced (red line Ensemble, grey lines single algorithms) and a list with the output is provided.
Frank Breiner frank.breiner@unil.ch
Elith, J., Ferrier, S., Huettmann, FALSE. & Leathwick, J. R. 2005 The evaluation strip: A new and robust method for plotting predicted responses from species distribution models. Ecological Modelling 186, 280-289.
ecospat.ESM.Modeling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.