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