Given the output of DeltaB2pc_cat3logit()
or
DeltaB2pc_ord3logit()
, the coordinates of points on the
edge are computed for each curve of the field of points
given in input.
pc2p0(pc, DeltaB, edge = 0.01, flink)pc2p0_single(pc, DeltaB, w, edge, flink)
A named list
with two components:
a character
always equal to "p0"
(see section Value of DeltaB2pc()
).
a list
of ternary coordinates.
list
of ternary coordinates, as returned by
DeltaB2pc_cat3logit()
or DeltaB2pc_ord3logit()
.
Function pc2p0_single
accepts only a single point
(that is a numeric
vector of length three).
either a matrix \(\Delta^TB\in\textbf{R}^{1\times 2}\)
or a vector of length 2, if the model is categorical; otherwise
a matrix \(\Delta^TB\in\textbf{R}^{1\times 1}\) or a numeric
,
if the model is ordinal.
width of the border of the ternary plot.
named list
of two functions: linkfun
and linkinv
. The former is the link function, whereas
the latter is its inverse.