uniform: Uniform

Description Usage Arguments Value Examples

View source: R/dist.R

Description

Create a uniform distribution of a given size n.

Usage

1

Arguments

n

Numeric giving the size of the support of the distribution.

Value

Dist object with support size n.

Examples

1
2
3
4
5
6
# Create uniform distributions of size 3 and 7
d <- uniform(3)
d

d <- uniform(7)
d

rinform documentation built on April 1, 2018, 12:12 p.m.