is.Distribution.Rd
Class
is.Distribution(this)
Object
Logical value, TRUE if the given object is class Distribution and FALSE otherwise.
TRUE
Distribution
FALSE
data(Pi) is.Distribution(Pi)#> [1] TRUEa <- "A" is.Distribution(a)#> [1] FALSE