Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Format a uniform_dist object as a character string.

Usage

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

Value

A character string describing the distribution.

Arguments

x

A uniform_dist object.

...

Additional arguments (not used).

Examples

Run this code
format(uniform_dist(0, 10))

Run the code above in your browser using DataLab