Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Format a lognormal object as a character string.

Usage

# S3 method for lognormal
format(x, ...)

Value

A character string describing the distribution.

Arguments

x

A lognormal object.

...

Additional arguments (not used).

Examples

Run this code
format(lognormal(0, 1))

Run the code above in your browser using DataLab