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