length.Dist: Length

Description Usage Arguments Value Examples

View source: R/dist.R

Description

Method giving the size of the support of the distribution.

Usage

1
2
## S3 method for class 'Dist'
length(x)

Arguments

x

Dist object representing the distribution.

Value

Numeric giving the size of the support.

Examples

1
2
length(Dist(5))
length(Dist(c(0,2,3)))

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