iinc: Induced Inclusions

iincR Documentation

Induced Inclusions

Description

Function to establish class membership of induced inclusions given a partial order structure

Usage

iinc(inc, PO, equat = FALSE, sep)

Arguments

inc

an induced inclusion with a 'list' format

PO

matrix with the partial order structure

equat

(logical) should the equations be printed in the outcome?

sep

(optional) the pair separator for the pairwise relations

Details

The induced inclusion function takes certain additions to the partial order, and then check whether a congruence relation is established among the relations.

Value

A vector with the class membership of the elements in the structure

Author(s)

Antonio Rivero Ostoic

References

Pattison, P.E. Algebraic Models for Social Networks. Cambridge University Press. 1993.

See Also

partial.order, semigroup, pacnet.

Examples

## Load the data, and obtain the partial order
data("incubA")
po <- partial.order(strings(incubA$IM))

## Get a cluster vector given induced inclusion on the PO
iinc(transf(1-po, type="tolist"), po)

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