Learn R Programming

multiplex (version 1.5)

galois: Galois derivations between subsets

Description

Function to perform Galois derivations between partially ordered subsets

Usage

galois(x, labeling = c("full", "reduced"))

Arguments

x
a data frame with objects and attributes
labeling
whether the derivations should be with full or reduced labeling

Value

  • A labelled list with Galois derivations of objects and attributes

Details

Galois derivations (or connections) are mappings between families of partially ordered subsets, which are useful to analyse the structure of both sets. Subsets are typically the actors in a social network and their corresponding affiliations and events, i.e. two-mode networks, or else a group of objects with a list of different attributes used in formal concept analysis.

References

Ganter, B. and R. Wille Formal Concept Analysis - Mathematical Foundations. Springer. 1996.

See Also

partial.order, diagram

Examples

Run this code
dfr <- data.frame(x=1:3, y=5:7)
galois(dfr)

Run the code above in your browser using DataLab