Learn R Programming

tricolore (version 1.2.6)

TernaryMeshCentroids: Centroid Coordinates of Sub-Triangles in Segmented Equilateral Triangle

Description

Segment an equilateral triangle into k^2 equilateral sub-triangles and return the barycentric centroid coordinates of each sub-triangle.

Usage

TernaryMeshCentroids(k)

Value

A numeric matrix of with index and barycentric centroid coordinates of regions id=1,...,k^2.

Arguments

k

Number of rows in the segmented equilateral triangle.

References

S. H. Derakhshan and C. V. Deutsch (2009): A Color Scale for Ternary Mixtures.

Examples

Run this code
# NOTE: only intended for internal use and not part of the API
tricolore:::TernaryMeshCentroids(1)
tricolore:::TernaryMeshCentroids(2)
tricolore:::TernaryMeshCentroids(3)

Run the code above in your browser using DataLab