%respects% | R Documentation |
Check if Set or FormalContext respects an ImplicationSet
set %respects% imps
set |
(list of |
imps |
( |
A logical matrix with as many rows as Set
s and as many columns as implications in the ImplicationSet
. A TRUE
in element (i, j) of the result means that the i-th Set
respects the j-th implication of the ImplicationSet
.
fc <- FormalContext$new(planets)
fc$find_implications()
imps <- fc$implications$clone()
fc %respects% imps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.