concomp: Connected components of a network

Description Usage Arguments Details Value Author(s) Examples

View source: R/rda.R

Description

Obtain the connected components of a network.

Usage

1

Arguments

Y

(matrix) The sociomatrix. Any positive values of Y are taken to indicate a link. Negative values are not taken to be links.

Details

Connected components are identified essentially by identifying the existence of directed paths between nodes. Note that the connected components of Y and t(Y) may differ.

Value

A list in which each element is a vector of nodes that belong to a connected component.

Author(s)

Peter Hoff

Examples

1
2
3
4
5

MikeKozelMSU/mcmcFunc documentation built on May 22, 2019, 5:31 p.m.