Class

is.Distribution(this)

Arguments

this

Object

Value

Logical value, TRUE if the given object is class Distribution and FALSE otherwise.

Examples

data(Pi) is.Distribution(Pi)
#> [1] TRUE
a <- "A" is.Distribution(a)
#> [1] FALSE