Format method for edist objects.

# 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)
#> [1] "Expression distribution: x * y"