powered by
The distances between ternary coordinate p and a set of ternary coordinates C.
TernaryDistance(p, C)
A vector of ternary coordinates p1, p2, p3.
n by 3 matrix of ternary coordinates p1, p2, p3_i for i=1,...,n.
A numeric vector of distances between coordinate p and all coordinates in C.
https://en.wikipedia.org/wiki/Barycentric_coordinate_system#Distance_between_points
# NOT RUN { p <- c(0.5, 0.2, 0.3) C <- prop.table(matrix(runif(3*10), ncol = 3), 1) tricolore:::TernaryDistance(p, C) # }
Run the code above in your browser using DataLab