powered by
Probability density function for the von Mises circular distribution.
dvonm(x, mu, k, log = FALSE)
Probability density value(s).
numeric angles (assumed to be radian).
numeric, the mean direction of the distribution.
non-negative numeric, the concentration parameter distribution (kappa).
if TRUE log probabilities are returned.
If more than one of x, mu and k have length > 1, values are recycled.
dvonm(seq(0, 2*pi, len=10), pi, 1)
Run the code above in your browser using DataLab