degree.distribution {igraph} | R Documentation |
Degree and degree distribution of the vertices
Description
degree.distribution()
was renamed to degree_distribution()
to create a more
consistent API.
Usage
degree.distribution(graph, cumulative = FALSE, ...)
Arguments
graph |
The graph to analyze. |
cumulative |
Logical; whether the cumulative degree distribution is to be calculated. |
... |
Additional arguments to pass to |
[Package igraph version 2.0.3 Index]