graph.coreness: K-core decomposition of graphs

View source: R/structural.properties.R

graph.corenessR Documentation

K-core decomposition of graphs

Description

[Deprecated]

graph.coreness() was renamed to coreness() to create a more consistent API.

Usage

graph.coreness(graph, mode = c("all", "out", "in"))

Arguments

graph

The input graph, it can be directed or undirected

mode

The type of the core in directed graphs. Character constant, possible values: ⁠in⁠: in-cores are computed, out: out-cores are computed, all: the corresponding undirected graph is considered. This argument is ignored for undirected graphs.


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