Skip to contents

Autoplot circular posterior draws

Usage

autoplot_circular_draws(
  draws,
  variables = NULL,
  type = c("density", "interval"),
  axial = FALSE,
  ...
)

Arguments

draws

Circular draws or posterior draws.

variables

Optional variables to plot.

type

Plot type.

axial

Should draws be treated as axial, modulo pi?

...

Additional arguments passed to as_circular_draws() when needed.

Value

A ggplot object.

See also