powered by
Segment an equilateral triangle into k^2 equilateral sub-triangles and return the barycentric centroid coordinates of each sub-triangle.
TernaryMeshCentroids(k)
Number of rows in the segmented equilateral triangle.
A numeric matrix of with index and barycentric centroid coordinates of regions id=1,...,k^2.
S. H. Derakhshan and C. V. Deutsch (2009): A Color Scale for Ternary Mixtures.
# NOT RUN { tricolore:::TernaryMeshCentroids(1) tricolore:::TernaryMeshCentroids(2) tricolore:::TernaryMeshCentroids(3) # }
Run the code above in your browser using DataLab