Description Usage Arguments Value
edgeProb object generator
1 2 3 4 5 6 7 8 | generate_edgeProb(
Adj,
samp.effort,
mode,
Adj.subfun = NULL,
alpha.prior = 0.5,
beta.prior = 0.5
)
|
Adj |
integer matrix, the adjacency matrix (see |
samp.effort |
integer scalar, the sampling effort (see |
mode |
character scalar, the network igraph's mode (see |
Adj.subfun |
function, the matrix subsetting function relevant for the adjacency matrix
|
alpha.prior |
positive numeric scalar, the parameter alpha (added to shape1 in |
beta.prior |
positive numeric scalar, the parameter beta (added to shape2 in |
an edgeProb object, i.e. a list containing:
P: the edge presence probability matrix
Adj: the inputted Adj
samp.effort: the inputted samp.effort
mode: the inputted mode
Adj.subfun: the inputted Adj.subfun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.