triad.census {igraph}R Documentation

Triad census, subgraphs with three vertices

Description

[Deprecated]

triad.census() was renamed to triad_census() to create a more consistent API.

Usage

triad.census(graph)

Arguments

graph

The input graph, it should be directed. An undirected graph results a warning, and undefined results.


[Package igraph version 2.0.3 Index]