View source: R/realized_dist.R
| is_realized_dist | R Documentation |
realized_dist.Test whether an object is a realized_dist.
is_realized_dist(x)
x |
The object to test. |
TRUE if x inherits from "realized_dist",
FALSE otherwise.
rd <- realize(normal(0, 1), n = 100)
is_realized_dist(rd) # TRUE
is_realized_dist(normal(0, 1)) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.