networks[outdegree] - find vertex outdegrees in a graph
|
Calling Sequence
|
|
outdegree(v, G)
outdegree(vset, G)
|
|
Parameters
|
|
G
|
-
|
graph or network
|
v
|
-
|
vertex
|
|
|
|
|
Description
|
|
•
|
This routine computes the out-degree of a single vertex.
|
•
|
Both undirected and directed edges can coexist but indegree considers only genuine directed edges in computing this value. See vdegree() for the ``total degree'' of the vertex.
|
•
|
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[outdegree](...).
|
|
|
Download Help Document
Was this information helpful?