Learn R Programming

dnr (version 0.3.5)

expdeg: expdeg

Description

Calculate the expectation of degree distribution of network

Usage

expdeg(x)

Arguments

x

adjacency matrix

Value

scaler

Details

Given a network in adjacency matrix form, this calculates the expected degree statistic using igraph degree distribution function.

Examples

Run this code
# NOT RUN {
expdeg(beach[[1]][, ])
# }

Run the code above in your browser using DataLab