Description Usage Arguments Value See Also Examples
View source: R/intra.point.dist.R
For a data frame of positions return the vector of intra point distances
1 |
x |
List of positions with components |
Vector of distances between the points in x
.
1 2 3 4 | # distances along the perimeter of a statistical rectangle
pos <- rPeri(323)
intra.point.dist(pos)
sum(intra.point.dist(pos))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.