gamma_dist
R/gamma_dist.R
format.gamma_dist.Rd
Format a gamma_dist object as a character string.
# S3 method for class 'gamma_dist' format(x, ...)
The gamma_dist object
Additional arguments (not used)
A character string describing the distribution
format(gamma_dist(2, 1)) #> [1] "Gamma distribution (shape = 2, rate = 1)"