Learn R Programming

algebraic.dist (version 0.9.1)

params.weibull_dist: Retrieve the parameters of a weibull_dist object.

Description

Retrieve the parameters of a weibull_dist object.

Usage

# S3 method for weibull_dist
params(x)

Value

A named numeric vector with elements shape and scale.

Arguments

x

A weibull_dist object.

Examples

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

Run the code above in your browser using DataLab