TernaryLimits | R Documentation |
Return the Limits of Ternary Coordinates
TernaryLimits(P, na.rm = TRUE)
P |
n by 3 matrix of ternary coordinates [p1, p2, p3](i) for i=1,...,n. |
na.rm |
Should NAs be removed? (default=TRUE) |
A 2 by 3 matrix of lower and upper limits for p1, p2 and p3.
# NOTE: only intended for internal use and not part of the API
P <- prop.table(matrix(runif(9), ncol = 3), 1)
tricolore:::TernaryLimits(P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.