graphlets.candidate.basis {igraph} | R Documentation |
Graphlet decomposition of a graph
Description
graphlets.candidate.basis()
was renamed to graphlet_basis()
to create a more
consistent API.
Usage
graphlets.candidate.basis(graph, weights = NULL)
Arguments
graph |
The input graph, edge directions are ignored. Only simple graph (i.e. graphs without self-loops and multiple edges) are supported. |
weights |
Edge weights. If the graph has a |
[Package igraph version 2.0.3 Index]