View source: R/useful_commands.R
plot.spT | R Documentation |
This function is used to obtain MCMC summary, residual and fitted surface plots.
## S3 method for class 'spT'
plot(x, residuals=FALSE, coefficient=NULL, ...)
##
x |
Object of class inheriting from "spT". |
residuals |
If TRUE then plot residual vs. fitted and normal qqplot of the residuals. If FALSE then plot MCMC samples of the parameters using coda package. Defaults value is FALSE. |
coefficient |
Only applicable for package "spTDyn" (see details: https://cran.r-project.org/web/packages/spTDyn/index.html). |
... |
Other arguments. |
spT.Gibbs
.
## Not run:
##
plot(out) # where out is the output from spT class
plot(out, residuals=TRUE) # where out is the output from spT class
##
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.