Description Usage Arguments Value Examples
View source: R/plotFunctions.R
Plot a mixture of Batschelet type distributions.
1 2 | plot_batmixfit(x, params, dbat_fun = dpowbat, bins = 100, res = 400,
hist_alpha = 0.3)
|
x |
Optional data vector of angles in radians to plot a histogram of. |
params |
A matrix of parameters. |
dbat_fun |
A function; the Batschelet function to use. Defaults to the Inverse Batschelet Function. |
bins |
Integer; The number of bins to use in the optional histogram. |
res |
Integer; The number of points at which to evaluate the density function. |
hist_alpha |
Numeric; The alpha value of the histogram of the data. |
A ggplot.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.