vdegree {dnr} | R Documentation |
vdegree
Description
Calculates the degree of each vertices.
Usage
vdegree(x)
Arguments
x |
Adjacency matrix. |
Details
Given a network as adjacency matrix, calculate degree stats for each vertex.
Value
vector of length number of vertices.
Author(s)
Abhirup
Examples
vdegree(beach[[1]][, ])
[Package dnr version 0.3.5 Index]