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

plot.modelR 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.


SSDM documentation built on Oct. 24, 2023, 5:08 p.m.