Plot residuals of stackedsdm.
## S3 method for class 'stackedsdm' plot(x, ...)
x
...
abund <- spider$abund spider_mod <- stackedsdm(abund,~1, data = spider$x) plot(spider_mod)
Useful links