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