powered by
Given barycentric coordinates return the id of the surrounding sextant.
TernarySurroundingSextant(P, center)
n by 3 matrix of ternary coordinates p1, p2, p3_i for i=1,...,n.
The sextant center. A vector of ternary coordinates p1, p2, p3.
An n element character vector of sextant id's 1 to 6.
# NOT RUN { P <- prop.table(matrix(runif(9), ncol = 3), 1) tricolore:::TernarySurroundingSextant(P, rep(1/3, 3)) # }
Run the code above in your browser using DataLab