graphlets.candidate.basis: Graphlet decomposition of a graph

View source: R/glet.R

graphlets.candidate.basisR Documentation

Graphlet decomposition of a graph

Description

[Deprecated]

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 weight edge attribute and this argument is NULL (the default), then the weight edge attribute is used.

Related documentation in the C library

graphlets_candidate_basis(), vcount(), edges(), get_eids(), ecount()


igraph documentation built on May 4, 2026, 9:07 a.m.