Plots correlation between two parameters

plot_cor(
  x,
  parameter1,
  parameter2,
  downsample = TRUE,
  phase = "sampling",
  chain = NULL
)

Arguments

x

an object of class drjacoby_output

parameter1

name of parameter first parameter.

parameter2

name of parameter second parameter.

downsample

whether to downsample output to speed up plotting.

phase

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

chain

which chain to plot.