Learn R Programming

algebraic.dist (version 0.9.1)

print.weibull_dist: Print a weibull_dist object.

Description

Print a weibull_dist object.

Usage

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

Value

x, invisibly.

Arguments

x

A weibull_dist object.

...

Additional arguments (not used).

Examples

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

Run the code above in your browser using DataLab