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

View source: R/uniform_dist.R

format.uniform_distR Documentation

Format a uniform_dist object as a character string.

Description

Format a uniform_dist object as a character string.

Usage

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

Arguments

x

A uniform_dist object.

...

Additional arguments (not used).

Value

A character string describing the distribution.

Examples

format(uniform_dist(0, 10))

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