Learn R Programming

multiplex (version 2.5)

iinc: Induced Inclusions

Description

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

Usage

iinc(inc, PO, print.eqs = FALSE, sep)

Arguments

inc
an induced inclusion with a 'list' format
PO
matrix with the partial order structure
print.eqs
(logical) should the equations be printed in the outcome?
sep
(optional) the pair separator for the pairwise relations

Value

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

Details

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

References

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

See Also

partial.order, semigroup, pacnet.

Examples

Run this code
## 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), po)

Run the code above in your browser using DataLab