powered by
uniform_dist
Retrieve the parameters of a uniform_dist object.
# S3 method for uniform_dist params(x)
A named numeric vector with elements min and max.
min
max
A uniform_dist object.
params(uniform_dist(0, 10))
Run the code above in your browser using DataLab