Skip to contents

Generate a circular visualization of the density of one or several von Mises distributed variables. Also, if data is supplied, generate the kernel density estimate of the data for comparison.

Usage

circ_vm_viz(mu, kappa, delta = 1, data = NULL, sum_dist = FALSE, leg = FALSE)

Arguments

mu

Vector of parameter mu for von Mises distribution.

kappa

Vector of parameter mu for von Mises distribution.

delta

Optional, weights of the distributions (equal to delta in HMMs).

data

Optional, provide data vector, KDE of this data will be plotted.

sum_dist

Optional, sum weighted distributions.

leg

Optional, include legend.