gamma_dist object.R/gamma_dist.R
params.gamma_dist.RdMethod for obtaining the parameters of a gamma_dist object.
# S3 method for class 'gamma_dist'
params(x)A named numeric vector of parameters
params(gamma_dist(2, 1))
#> shape rate
#> 2 1