View source: R/stackedsdm_s3.R
plot.stackedsdm | R Documentation |
Plot residuals of stackedsdm.
## S3 method for class 'stackedsdm' plot(x, ...)
x |
is a stackedsdm object. |
... |
not used |
abund <- spider$abund spider_mod <- stackedsdm(abund,~1, data = spider$x) plot(spider_mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.