dyad.census {igraph} | R Documentation |
Dyad census of a graph
Description
dyad.census()
was renamed to dyad_census()
to create a more
consistent API.
Usage
dyad.census(graph)
Arguments
graph |
The input graph. A warning is given if it is not directed. |
[Package igraph version 2.0.3 Index]