edgeProb
object generator
generate_edgeProb(Adj, samp.effort, mode, Adj.subfun = NULL)
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
|
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