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)

ecoCopula documentation built on March 18, 2022, 6:56 p.m.