print.exponential: Print method for 'exponential' objects.

View source: R/exponential.R

print.exponentialR Documentation

Print method for exponential objects.

Description

Print method for exponential objects.

Usage

## S3 method for class 'exponential'
print(x, ...)

Arguments

x

The exponential object to print.

...

Additional arguments (not used)

Value

x, invisibly.

Examples

print(exponential(rate = 2))

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