degree.distribution: Degree and degree distribution of the vertices

View source: R/structural.properties.R

degree.distributionR Documentation

Degree and degree distribution of the vertices

Description

[Deprecated]

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 degree(), e.g. mode is useful but also v and loops make sense.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.