format.lognormal: Format a 'lognormal' object as a character string.

View source: R/lognormal.R

format.lognormalR Documentation

Format a lognormal object as a character string.

Description

Format a lognormal object as a character string.

Usage

## 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))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.