View source: R/empirical_dist.R
| is_empirical_dist | R Documentation |
x is an empirical_dist object.Function to determine whether an object x is an empirical_dist object.
is_empirical_dist(x)
x |
The object to test |
Logical; TRUE if x is an empirical_dist.
ed <- empirical_dist(c(1, 2, 3))
is_empirical_dist(ed) # TRUE
is_empirical_dist("abc") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.