weibull_dist
R/weibull_dist.R
is_weibull_dist.Rd
Test whether an object is a weibull_dist.
is_weibull_dist(x)
The object to test.
TRUE if x inherits from "weibull_dist", FALSE otherwise.
TRUE
x
"weibull_dist"
FALSE
is_weibull_dist(weibull_dist(2, 3)) #> [1] TRUE is_weibull_dist(normal(0, 1)) #> [1] FALSE