hist.krige.bayes | R Documentation |
Plots histograms and/or density estimation with samples from the posterior distribution of the model parameters
## S3 method for class 'krige.bayes'
hist(x, pars, density.est = TRUE, histogram = TRUE, ...)
x |
an object of the class |
pars |
a vector with the names of one or more of the model parameters. Defaults to all model parameters. Setting to -1 excludes the intercept. |
density.est |
logical indication whether a line with the density estimation should be added to the plot. |
histogram |
logical indicating whether the histogram is included in the plot. |
... |
further arguments for the plotting functions and or for the density estimation. |
Produces a plot in the currently graphics device.
Returns a invisible
list with the components:
histogram |
with the output of the function |
density.estimation |
with the output of the function
|
Paulo J. Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
krige.bayes
, hist
, density
.
## See documentation for krige.bayes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.