Plot line segment in 2-d probability simplex
Normalizes two points in 3-d, and draws line segment between them in 2-d probability simplex.
simplexSegment(v, w, ...)
v, w |
3-d endpoints of line segment in non-negative orthant, coords not summing to 0 |
... |
other options to pass to graphics::segments function |
simplexPrepare("T3","Example Plot") simplexSegment(c(15,65,20),c(15,70, 15),col="green")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.