plot_trace_dial: Creates a trace dial plot

View source: R/plot_trace_dial.R

plot_trace_dialR Documentation

Creates a trace dial plot

Description

Creates a trace dial plot

Usage

plot_trace_dial(
  object,
  parameters = NULL,
  n_bins = 40,
  n_burnin = 10,
  save_plot = FALSE,
  verbose = TRUE
)

Arguments

object

Backfillz or Stanfit object. Stanfit objects are converted to Backfillz object using the as_backfillz function.

parameters

Vector of strings giving the parameters to plot (e.g., c('mu', 'sd')).

n_bins

Number of bins displayed in histograms at end of dial.

n_burnin

Number of burnin samples.

save_plot

Set to TRUE to save plots in the Backfillz object.

verbose

Set to TRUE to see function messages


WarwickCIM/backfillz documentation built on Sept. 27, 2022, 5:41 a.m.