get_eta_undirected | R Documentation |
Compute edge-level distribution for undirected networks with respect to desired assortativity level.
get_eta_undirected(
edgelist,
target.assortcoef = NULL,
eta.obj = function(x) 0,
control = cvxr_control()
)
edgelist |
A two column matrix representing the undirected edges of a network. |
target.assortcoef |
Numeric, represents the predetermined assortativity
coefficient. If |
eta.obj |
A convex function of |
control |
A list of parameters passed to |
Assortativity level and corresponding edge-level distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.