lognormal
R/lognormal.R
format.lognormal.Rd
Format a lognormal object as a character string.
# S3 method for class 'lognormal' format(x, ...)
A lognormal object.
Additional arguments (not used).
A character string describing the distribution.
format(lognormal(0, 1)) #> [1] "Log-normal distribution (meanlog = 0, sdlog = 1)"