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.
See also
Other posterior helpers:
as_circular_draws(),
summarise_circular_draws()