expdeg: expdeg

Description Usage Arguments Details Value Author(s) Examples

View source: R/compareMetrics.R

Description

Calculate the expectation of degree distribution of network

Usage

1
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

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

dnr documentation built on Dec. 1, 2020, 1:07 a.m.