Description Usage Arguments Value Examples
Print a list of concepts
1 2 |
x |
A list of concepts as a result of subsetting a |
... |
Another (unused) arguments. |
Nothing, just prints a list of concepts nicely.
1 2 3 4 5 6 7 8 | # Build a formal context
fc_planets <- FormalContext$new(planets)
# Find its concepts
fc_planets$find_concepts()
# Print the first 3 concepts
fc_planets$concepts[1:3]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.