assortativity.degree: Assortativity coefficient

View source: R/assortativity.R

assortativity.degreeR Documentation

Assortativity coefficient

Description

[Deprecated]

assortativity.degree() was renamed to assortativity_degree() to create a more consistent API.

Usage

assortativity.degree(graph, directed = TRUE)

Arguments

graph

The input graph, it can be directed or undirected.

directed

Logical scalar, whether to consider edge directions for directed graphs. This argument is ignored for undirected graphs. Supply TRUE here to do the natural thing, i.e. use directed version of the measure for directed graphs and the undirected version for undirected graphs.


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