# S4 method for stanfit
traceplot(object, pars, include = TRUE, unconstrain = FALSE,
inc_warmup = FALSE, window = NULL, nrow = NULL, ncol = NULL, ...)
pars
argument be
included (the default) or excluded from the plot? Only relevant if
pars
is not missing.TRUE
or FALSE
, indicating whether
the warmup sample are included in the trace plot; defaults to FALSE
.window[1]
and window[2]
will be shown in the plot. The default is to
show all iterations if inc_warmup
is TRUE
and all iterations
from the sampling period only if inc_warmup
is FALSE
. If
inc_warmup
is FALSE
the iterations specified in window
should not include iterations from the warmup period.FALSE
.facet_wrap
.geom_path
(e.g. size
, linetype
, alpha
, etc.).ggplot
object that can be further customized
using the ggplot2 package.signature(object = "stanfit")
List of RStan plotting functions
,
Plot options