Learn R Programming

ecoCopula (version 1.0.2)

plot.stackedsdm: Plot residuals of stackedsdm.

Description

Plot residuals of stackedsdm.

Usage

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

Arguments

x

is a stackedsdm object.

...

not used

Examples

Run this code
# NOT RUN {
abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x) 
plot(spider_mod)
# }

Run the code above in your browser using DataLab