alpha: shape parameter of the distribution (alpha > 0).
gamma: scale parameter of the distribution (gamma > 0).
log, log.p: logical; if TRUE, probabilities p are given as log(p).
...: further arguments passed to other methods.
q: vector of quantiles.
lower.tail: logical; if TRUE (default), probabilities are P[X≤x]; otherwise, P[X>x].
p: vector of probabilities.
n: number of random values to return.
Returns
dgompertz gives the (log) probability function, pgompertz gives the (log) distribution function, qgompertz gives the quantile function, and rgompertz generates random deviates.