TernaryCenterGrid {tricolore}R Documentation

Return Ternary Gridlines Centered Around Some Composition

Description

Return Ternary Gridlines Centered Around Some Composition

Usage

TernaryCenterGrid(center, spacing)

Arguments

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.

Value

A list of lists.

Examples

# NOTE: only intended for internal use and not part of the API
tricolore:::TernaryCenterGrid(c(1/6, 2/6, 3/6), 10)


[Package tricolore version 1.2.4 Index]