| gen_path | R Documentation |
Given the ternary coordinates of the starting point of the curve, it generates the path of arrows until the edge of the ternary plot is reached.
gen_path(p0, DeltaB, edge = 0.01, nmax = Inf, flink)
p0 |
starting point of the curve. |
DeltaB |
either a matrix Δ^TB\in\textbf{R}^{1\times 2}
or a vector of length 2, if the model is categorical; otherwise
a matrix Δ^TB\in\textbf{R}^{1\times 1} or a |
edge |
width of the border of the ternary plot. |
nmax |
maximum number of vectors. |
flink |
named |
Object of class list, where each component is a list of
two components: the ternary coordinates of the starting point
of the arrow, and the ternary coordinates of the tip of the
arrow.
linkfun(), linkinv().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.