Learn R Programming

algebraic.dist (version 0.9.1)

is_weibull_dist: Test whether an object is a weibull_dist.

Description

Test whether an object is a weibull_dist.

Usage

is_weibull_dist(x)

Value

TRUE if x inherits from "weibull_dist", FALSE otherwise.

Arguments

x

The object to test.

Examples

Run this code
is_weibull_dist(weibull_dist(2, 3))
is_weibull_dist(normal(0, 1))

Run the code above in your browser using DataLab