plot.stackedsdm: Plot residuals of stackedsdm.

View source: R/stackedsdm_s3.R

plot.stackedsdmR Documentation

Plot residuals of stackedsdm.

Description

Plot residuals of stackedsdm.

Usage

## S3 method for class 'stackedsdm'
plot(x, ...)

Arguments

x

is a stackedsdm object.

...

not used

Examples

abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x) 
plot(spider_mod)

gordy2x/saint documentation built on Feb. 29, 2024, 8:09 p.m.