support.Uniform: Return the support of the Uniform distribution
Description
Return the support of the Uniform distribution
Usage
# S3 method for Uniform
support(d)
Arguments
d
An Uniform
object created by a call to Uniform()
.
Value
A vector of length 2 with the minimum and maximum value of the support.