Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Retrieve the parameters of a uniform_dist object.

Usage

# S3 method for uniform_dist
params(x)

Value

A named numeric vector with elements min and max.

Arguments

x

A uniform_dist object.

Examples

Run this code
params(uniform_dist(0, 10))

Run the code above in your browser using DataLab