powered by
Return the Limits of Ternary Coordinates
TernaryLimits(P, na.rm = TRUE)
n by 3 matrix of ternary coordinates p1, p2, p3_i for i=1,...,n.
Should NAs be removed? (default=TRUE)
A 2 by 3 matrix of lower and upper limits for p1, p2 and p3.
# NOT RUN { P <- prop.table(matrix(runif(9), ncol = 3), 1) tricolore:::TernaryLimits(P) # }
Run the code above in your browser using DataLab