Learn R Programming

SSDM (version 0.2.8)

plot.model: Plot SDMs, ensemble SDMs, and SSDMs

Description

Allows to plot S4 Algorithm.SDM, Ensemble.SDM and Stacked.SDM class objects.

Usage

# S4 method for Stacked.SDM,ANY
plot(x, y, ...)

# S4 method for SDM,ANY plot(x, y, ...)

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.

Arguments

x

Object to be plotted (S4 Algorithm.SDM, Ensemble.SDM or Stacked.SDM object).

y, ...

Plot-based parameter not used.