| is_exponential | R Documentation |
x is an exponential object.Function to determine whether an object x is an exponential object.
is_exponential(x)
x |
The object to test |
Logical; TRUE if x is an exponential.
is_exponential(exponential(1))
is_exponential(normal(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.