beta_dist
R/beta_dist.R
format.beta_dist.Rd
Format a beta_dist object as a character string.
# S3 method for class 'beta_dist' format(x, ...)
A beta_dist object.
Additional arguments (not used).
A character string describing the distribution.
format(beta_dist(2, 5)) #> [1] "Beta distribution (shape1 = 2, shape2 = 5)"