This function is used to obtain MCMC summary and residual plots.
Usage
## S3 method for class 'spT'
## S3 method for class 'spT':
plot(x, residuals=FALSE, ...)
##
Arguments
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.