comps: Find components in multiple networks

compsR Documentation

Find components in multiple networks

Description

Function to find different components in the multiple network including isolates

Usage

comps(x, bonds = c("entire", "strong", "weak"))

Arguments

x

array representing the network

bonds

the type of bonds to be used in the creation of the relational system for the different components

Details

The network's different components are obtained through the transitive closure of the bundle ties. By default, the “entire” system is chosen, but the option bonds allow discriminating different types of relational bundles for the components.

Value

A list with two possible “components”

com

a component

isol

the isolates

Author(s)

Antonio Rivero Ostoic

See Also

bundles, rel.sys

Examples

## Create the data: two binary relations among three elements
arr <- round( replace( array( runif(18), c(3 ,3, 2) ), array( runif(18),
       c(3, 3, 2) ) > .9, 3 ) )

## Find components ans isolates
comps(arr)


mplex/multiplex documentation built on April 9, 2024, 3:12 a.m.