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')
A plot of the response curves is produced (red line Ensemble, grey lines single algorithms) and a list with the output is provided.
a list object returned by ecospat.ESM.Modeling
a list object returned by ecospat.ESM.EnsembleModeling
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 response.plot2
Frank Breiner frank.breiner@unil.ch
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)
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