Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Format a weibull_dist object as a character string.

Usage

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

Value

A character string describing the distribution.

Arguments

x

A weibull_dist object.

...

Additional arguments (not used).

Examples

Run this code
format(weibull_dist(2, 3))

Run the code above in your browser using DataLab