Learn R Programming

multiplex (version 1.5)

iinc: Induced Inclusions

Description

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

Usage

iinc(inc, PO, prsep = ", ", print.eqs = FALSE)

Arguments

inc
an induced inclusion ('list' format)
PO
a partial order structure
prsep
the pair separator
print.eqs
(logical) should the equations be printed in the outcome?

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))

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

Run the code above in your browser using DataLab