graph.diversity {igraph} | R Documentation |
Graph diversity
Description
graph.diversity()
was renamed to diversity()
to create a more
consistent API.
Usage
graph.diversity(graph, weights = NULL, vids = V(graph))
Arguments
graph |
The input graph. Edge directions are ignored. |
weights |
|
vids |
The vertex ids for which to calculate the measure. |
[Package igraph version 2.0.3 Index]