plot.curvish.param

# S3 method for curvish.param
plot(
  x,
  robust = FALSE,
  range = NULL,
  mode = TRUE,
  adjust = NULL,
  histogram = FALSE
)

Arguments

x

An object of class curvish.param.

robust

If the type of summary is multimodal and this is TRUE, this sets the parameter of central tendency to the median.

range

Two-element numeric vector specifying limits on the X-axis range of the posterior to consider for the plot.

mode

If the type of summary is multimodal, default is to use mode as the central tendency. If this is FALSE, will use the median of the posterior within the relevant portion of the HPDI.

adjust

Will be passed to the density function. If not set, will attempt to take it from the object.

histogram

Add a histogram overlay.

Value