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