TernaryCenterGrid | R Documentation |
Return Ternary Gridlines Centered Around Some Composition
TernaryCenterGrid(center, spacing)
center |
The center of the grid. A vector of ternary coordinates [p1, p2, p3]. |
spacing |
The spacing of the grid in percent-point increments. A numeric > 0. |
A list of lists.
# NOTE: only intended for internal use and not part of the API
tricolore:::TernaryCenterGrid(c(1/6, 2/6, 3/6), 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.