expdeg
Calculate the expectation of degree distribution of network
expdeg(x)
x
: adjacency matrixscaler
Given a network in adjacency matrix form, this calculates the expected degree statistic using igraph degree distribution function.
expdeg(beach[[1]][, ])
Abhirup
Useful links