powered by
For Ternary Coordinates P Return the Nearest Coordinate in Set C
TernaryNearest(P, C)
n by 3 matrix of ternary coordinates p1, p2, p3_i for i=1,...,n. n may be different for P and C.
n by 3 matrix of ternary coordinates in C.
# NOT RUN { P <- prop.table(matrix(runif(9), ncol = 3), 1) C <- tricolore:::TernaryMeshCentroids(2)[,-1] tricolore:::TernaryNearest(P, C) # }
Run the code above in your browser using DataLab