%holds_in% | R Documentation |
Implications that hold in a Formal Context
imps %holds_in% fc
imps |
( |
fc |
( |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.