traceplot,bdm-method | R Documentation |
Plots the trace outputs from an MCMC run implented using sampler
.
## S4 method for signature 'bdm'
traceplot(
object,
pars = c("r", "logK", "lp__"),
inc_warmup = TRUE,
ask = FALSE
)
object |
a |
pars |
parameters to be plotted |
inc_warmup |
logical value indicating whether the warmup values should be included |
ask |
depreciated for this method |
This function uses the S4 generic traceplot
provided by rstan.
Returns a ggplot
object that can be displayed or assigned and manuipulated using further arguments from the ggplot2 package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.