plot_movMF_as_batmix: plot_movMF_as_batmix

Description Usage Arguments Value Examples

View source: R/plotFunctions.R

Description

Plot a result from movMF using the Batschelet mixture plotting functions.

Usage

1

Arguments

m

A movMF results object.

...

Additional arguments to be passed to plot_batmixfit.

Value

A ggplot.

Examples

1
2
3
4
5
## Not run: 
  movMF_model <- movMF(cbind(runif(100, -1, 1), runif(100, -1, 1), 2), k = 4)
  plot_movMF_as_batmix(movMF_model)

## End(Not run)

keesmulder/flexcircmix documentation built on May 29, 2019, 3:02 a.m.