Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Format a gamma_dist object as a character string.

Usage

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

Value

A character string describing the distribution

Arguments

x

The gamma_dist object

...

Additional arguments (not used)

Examples

Run this code
format(gamma_dist(2, 1))

Run the code above in your browser using DataLab