| is_dist | R Documentation |
x is a dist object.Function to determine whether an object x is a dist object.
is_dist(x)
x |
The object to test |
Logical indicating whether x is a dist object.
is_dist(normal(0, 1)) # TRUE
is_dist(42) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.