powered by
Normalizes a point given in 3-d non-normalized coordinates, then plots it in the 2-d probability simplex.
simplexPoint(v, ...)
a 3-d point in non-negative orthant, coordinates not summing to 0
other options to pass to graphics::points function
simplexLabels, simplexPrepare, simplexSegment, simplexText, simplexCoords
simplexLabels
simplexPrepare
simplexSegment
simplexText
simplexCoords
simplexPrepare("T3","Example Plot") simplexPoint(c(15,65,20),pch=3,col="blue")
Run the code above in your browser using DataLab