Skip to contents

Plot residuals of stackedsdm.

Usage

# S3 method for 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)