get_eta_directed | R Documentation |
Compute edge-level distributions for directed networks with respect to desired assortativity level(s).
get_eta_directed(
edgelist,
target.assortcoef = list(outout = NULL, outin = NULL, inout = NULL, inin = NULL),
eta.obj = function(x) 0,
which.range,
control = cvxr_control()
)
edgelist |
A two-column matrix representing the directed edges of a network. |
target.assortcoef |
A list representing the predetermined value or range of assortativity coefficients. |
eta.obj |
A convex function of |
which.range |
Character, "outout", "outin", "inout" or "inin"s, represents the interested degree based assortativity coefficient. |
control |
A list of parameters passed to |
Assortativity coefficients and joint distributions. If
which.range
is specified, the range of the interested coefficient
and the corresponding joint distributions will be returned, provided the
predetermined target.assortcoef
is satisfied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.