plot.model {SSDM} | R Documentation |
Plot SDMs, ensemble SDMs, and SSDMs
Description
Allows to plot S4 Algorithm.SDM, Ensemble.SDM and Stacked.SDM class objects.
Usage
## S4 method for signature 'Stacked.SDM,ANY'
plot(x, y, ...)
## S4 method for signature 'SDM,ANY'
plot(x, y, ...)
Arguments
x |
Object to be plotted (S4 Algorithm.SDM, Ensemble.SDM or Stacked.SDM object). |
y , ... |
Plot-based parameter not used. |
Value
Open a window with a shiny app rendering all the results (habitat suitability map, binary map, evaluation table, variable importance and/or between-algorithm variance map, and/or algorithm evaluation, and/or algorithm correlation matrix and/or local species richness map) in a user-friendly interface.
[Package SSDM version 0.2.9 Index]