expdeg {dnr}R Documentation

expdeg

Description

Calculate the expectation of degree distribution of network

Usage

expdeg(x)

Arguments

x

adjacency matrix

Details

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

Value

scaler

Author(s)

Abhirup

Examples

expdeg(beach[[1]][, ])

[Package dnr version 0.3.5 Index]