Implications that hold in a Formal Context
imps %holds_in% fc
(ImplicationSet
) The set of implications to test if hold in the formal context.
(FormalContext
) A formal context where to test if the implications hold.
A logical vector, indicating if each implication holds in the formal context.
fc <- FormalContext$new(planets)
fc$find_implications()
imps <- fc$implications$clone()
imps %holds_in% fc
#> [1] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE