plot.spT {spTimer} | R Documentation |
Plots for spTimer output.
Description
This function is used to obtain MCMC summary, residual and fitted surface plots.
Usage
## S3 method for class 'spT'
plot(x, residuals=FALSE, coefficient=NULL, ...)
##
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. |
coefficient |
Only applicable for package "spTDyn" (see details: https://cran.r-project.org/web/packages/spTDyn/index.html). |
... |
Other arguments. |
See Also
Examples
## 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)
[Package spTimer version 3.3.2 Index]