plot.XDNUTS {XDNUTS} | R Documentation |
Function to view the draws from the posterior distribution.
## S3 method for class 'XDNUTS'
plot(
x,
type = 1,
which = NULL,
warm_up = FALSE,
cex.titles = 1,
cex.legend = 1,
plot.new = FALSE,
which_chains = NULL,
colors = NULL,
...
)
x |
an object of class |
type |
the type of plot to display.
|
which |
either a numerical vector indicating the index of the parameters of interest or a string
where both |
warm_up |
a boolean value indicating whether the plot should be made using the warm-up samples. |
cex.titles |
a numerical value for regulating the size of the plot's titles, default value is |
cex.legend |
a numerical value for regulating the size of the plot's legend, default value is |
plot.new |
a boolean value indicating whether a new graphical window should be opened. This is advised if the parameters space is big. |
which_chains |
a numerical vector indicating the index of the chains of interest. |
colors |
a numerical vector of the same length as |
... |
additional arguments to customize plots. |
No return value.