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

View source: R/uniform_dist.R

params.uniform_distR Documentation

Retrieve the parameters of a uniform_dist object.

Description

Retrieve the parameters of a uniform_dist object.

Usage

## S3 method for class 'uniform_dist'
params(x)

Arguments

x

A uniform_dist object.

Value

A named numeric vector with elements min and max.

Examples

params(uniform_dist(0, 10))

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