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