graph.coreness {igraph} | R Documentation |
K-core decomposition of graphs
Description
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: |
[Package igraph version 2.0.3 Index]