Skip to contents

Plot angular marginal support

Usage

plot_marginal_support(
  theta,
  grid = NULL,
  n_theta = 181,
  kappa = 20,
  relative_threshold = 0.15,
  base_size = 11
)

Arguments

theta

Conditioning angles in radians.

grid

Optional angular grid in radians.

n_theta

Number of grid points used when grid is NULL.

kappa

Circular concentration for local kernel weights.

relative_threshold

Relative support threshold used to flag low-support regions.

base_size

Base font size.

Value

A ggplot object.

Examples

dat <- simulate_cylindrical(n = 60, seed = 1)
plot_marginal_support(dat$theta, n_theta = 12)