| is_weibull_dist | R Documentation |
weibull_dist.Test whether an object is a weibull_dist.
is_weibull_dist(x)
x |
The object to test. |
TRUE if x inherits from "weibull_dist",
FALSE otherwise.
is_weibull_dist(weibull_dist(2, 3))
is_weibull_dist(normal(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.