.neigbDis | R Documentation |
This function returns distances beteenw sorted points of 2-column matrix 'x'
.neigbDis(x, asSum = TRUE)
x |
(matrix or data.frame, min 2 columns) main input |
asSum |
(logical) if |
This function returns a numeric vector with distances
daPa <- matrix(c(1:5,8,2:6,9), ncol=2)
.neigbDis(daPa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.