expdeg {dnr} | R Documentation |
Calculate the expectation of degree distribution of network
expdeg(x)
x |
adjacency matrix |
Given a network in adjacency matrix form, this calculates the expected degree statistic using igraph degree distribution function.
scaler
Abhirup
expdeg(beach[[1]][, ])