Produces scatterplot between two named parameters.

plot_scatter(
  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 200 values max to speed up plotting.

phase

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

chain

which chain to plot.