vonmises {tectonicr} | R Documentation |
The von Mises Distribution
Description
Density, distribution function, and random generation for the circular normal distribution with mean and kappa.
Usage
rvm(n, mean, kappa)
dvm(theta, mean, kappa)
pvm(theta, mean, kappa)
Arguments
n |
number of observations in degrees |
mean |
mean in degrees |
kappa |
concentration parameter |
theta |
angular value in degrees |
Value
numeric vector.
Examples
x <- rvm(100, mean = 90, k = 100)
dvm(x, mean = 90, k = 100)
[Package tectonicr version 0.3.2 Index]