plot.krige.bayes | R Documentation |
Produces
plots the priors and posteriors distribuitions for the paramters
phi
and tausq.rel
based on results returned by
krige.bayes
.
## S3 method for class 'krige.bayes'
plot(x, phi.dist = TRUE, tausq.rel.dist = TRUE, add = FALSE,
type=c("bars", "h", "l", "b", "o", "p"), thin, ...)
x |
an object of the class |
phi.dist |
logical indicating whether or not plot the distributions for this parameter. |
tausq.rel.dist |
logical indicating whether or not plot the distributions for this parameter. |
add |
logical. If |
type |
indicates the type of plot. Option |
thin |
a numerical vector defining the thining for values of the
parameters |
... |
further arguments for the plotting function. |
For plot.krige.bayes
a plot is produced or added to the current
graphics device. No values are returned.
Paulo J. Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
krige.bayes
, barplot
, matplot
.
## See documentation for krige.bayes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.