components {ess}R Documentation

Finds the components of a graph

Description

Finds the components of a graph

Usage

components(adj)

Arguments

adj

Adjacency list or gengraph object

Value

A list where the elements are the components of the graph


[Package ess version 1.1.2 Index]