simplexPoint | R Documentation |
Normalizes a point given in 3-d non-normalized coordinates, then plots it in the 2-d probability simplex.
simplexPoint(v, ...)
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
simplexPrepare("T3","Example Plot")
simplexPoint(c(15,65,20),pch=3,col="blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.