format.edist: Format method for 'edist' objects.

View source: R/edist.R

format.edistR Documentation

Format method for edist objects.

Description

Format method for edist objects.

Usage

## S3 method for class 'edist'
format(x, ...)

Arguments

x

The object to format

...

Additional arguments (not used)

Value

A character string

Examples

z <- normal(0, 1) * exponential(2)
format(z)

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