Plot residuals of stackedsdm.
plot.stackedsdm.Rd
Plot residuals of stackedsdm.
Usage
# S3 method for stackedsdm
plot(x, ...)
Examples
abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x)
plot(spider_mod)
plot.stackedsdm.Rd
Plot residuals of stackedsdm.
# S3 method for stackedsdm
plot(x, ...)
abund <- spider$abund
spider_mod <- stackedsdm(abund,~1, data = spider$x)
plot(spider_mod)