dcunif gives the density,
pcunif gives the probability of circular uniform distribution function,
rcunif generates random deviates (in degrees), and
qcunif provides quantiles (in degrees).
Arguments
n
number of observations. If length(n) > 1, the length
is taken to be the number required.
axial
logical. Whether the data are axial, i.e. \(\pi\)-periodical
(TRUE, the default) or directional, i.e. \(2 \pi\)-periodical (FALSE).
theta
numeric. Angular value in degrees
log, log.p
logical; if TRUE, probabilities p are given as log(p).
lower.tail
logical; if TRUE (default), probabilities are
\(P[X \le x]\), otherwise, \(P[X > x]\).
p
numeric. Vector of probabilities with values in \([0,1]\).