simplexText | R Documentation |
Add text to a 2-d probability simplex plot, at specified location.
simplexText(v, label = "", ...)
v |
a 3-d point in non-negative orthant, coordinates not summing to 0 |
label |
text to add to plot |
... |
other options to pass to graphics::text function |
simplexLabels
,
simplexPoint
,
simplexPrepare
,
simplexSegment
,
simplexCoords
simplexPrepare("T3","Example Plot")
simplexText(c(15,65,20),"tree ac|bd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.