View source: R/pald_functions.R
| any_isolated | R Documentation |
Checks for isolated points.
any_isolated(c)
c |
A |
Logical, indicating whether any points are isolated.
d <- data.frame(
x1 = c(1, 2, 3, 6),
x2 = c(2, 1, 3, 10)
)
D <- dist(d)
C <- cohesion_matrix(D)
any_isolated(C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.