Learn R Programming

algebraic.dist (version 0.9.1)

format.edist: Format method for edist objects.

Description

Format method for edist objects.

Usage

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

Value

A character string

Arguments

x

The object to format

...

Additional arguments (not used)

Examples

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

Run the code above in your browser using DataLab