Skip to contents

Converts objects supported by posterior::as_draws_df() into a long tibble of normalized angular draws.

Usage

as_circular_draws(draws, variables = NULL, period = 2 * pi, origin = 0)

Arguments

draws

Posterior draws object.

variables

Optional variables to keep.

period

Angular period.

origin

Lower bound of the normalized interval.

Value

A tibble with draw identifiers, .variable and .angle.

See also