plot.stackedsdm {ecoCopula}R 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)

[Package ecoCopula version 1.0.2 Index]