Produces contour plot from the posterior draws of two parameters.

plot_contour(
  x,
  parameter1,
  parameter2,
  n_levels = 10,
  phase = "sampling",
  rung = 1,
  chain = 1
)

Arguments

x

an object of class drjacoby_output

parameter1, parameter2

Name of parameters to plot.

n_levels

Number of contour levels.

phase

which phase to plot. Must be either "burnin" or "sampling".

rung

Rung

chain

which chain to plot.