Description Usage Arguments Value Examples
View source: R/plotFunctions.R
Plot a result from movMF using the Batschelet mixture plotting functions.
1 |
m |
A movMF results object. |
... |
Additional arguments to be passed to |
A ggplot.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.