dpoint gives the density, ppoint gives the
distribution function, qpoint gives the quantile function,
and rpoint generates random deviates.
Arguments
x, q
vector or matrix of quantiles.
location
vector of locations corresponding to the location of individual points.
Alternatively, a matrix with rows corresponding to the location of individual samples
and columns correspond to the location of individual points.
log, log.p
logical; if TRUE, probabilities
p are given as log(p).
n
number of observations.
lower.tail
logical; if TRUE (default), probabilities
are \(P[X \le x]\), otherwise, \(P[X \ge x]\).