is.rv: Check if an object is a discrete random variable.

Description Usage Arguments Examples

View source: R/rv.r

Description

Check if an object is a discrete random variable.

Usage

1
is.rv(x)

Arguments

x

object to check

Examples

1
2
is.rv(1:10)
is.rv(rv(1:10))

hadley/rv2 documentation built on May 17, 2019, 12:16 p.m.