View source: R/activity_code.r
dvonm | R Documentation |
Probability density function for the von Mises circular distribution.
dvonm(x, mu, k, log = FALSE)
x |
numeric angles (assumed to be radian). |
mu |
numeric, the mean direction of the distribution. |
k |
non-negative numeric, the concentration parameter distribution (kappa). |
log |
if TRUE log probabilities are returned. |
If more than one of x, mu and k have length > 1, values are recycled.
Probability density value(s).
dvonm(seq(0, 2*pi, len=10), pi, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.