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.


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