Dimension of a uniform distribution (always 1).

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

Arguments

x

A uniform_dist object.

Value

1.

Examples

dim(uniform_dist(0, 1))
#> [1] 1