vdegree function

vdegree

vdegree

Calculates the degree of each vertices.

vdegree(x)

Arguments

  • x: Adjacency matrix.

Returns

vector of length number of vertices.

Details

Given a network as adjacency matrix, calculate degree stats for each vertex.

Examples

vdegree(beach[[1]][, ])

Author(s)

Abhirup

  • Maintainer: Abhirup Mallik
  • License: GPL-3
  • Last published: 2020-11-30

Useful links