plot.batmixmod: Plot a Batschelet-type mixture model

Description Usage Arguments Value Examples

View source: R/plotFunctions.R

Description

Plot a Batschelet-type mixture model

Usage

1
2
## S3 method for class 'batmixmod'
plot(x, ...)

Arguments

x

A batmixmod object.

...

Additional arguments to be passed to plot_batmixfit.

Value

A ggplot.

Examples

1
2
x <- rinvbatmix(50)
plot(fitbatmix(x, method = "EM"))

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