is_distribution | R Documentation |
is_distribution
tests if x
inherits from "distribution"
.
is_distribution(x)
x |
An object to test. |
Z <- Normal()
is_distribution(Z)
is_distribution(1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.