| lattice_plot | R Documentation |
Visualization of the concept lattice using 'ggraph'.
lattice_plot(
nodes_df,
cover_matrix,
method = "sugiyama",
mode = NULL,
objects = NULL,
attributes = NULL,
object_names = TRUE,
to_latex = FALSE,
extents = NULL,
intents = NULL,
viewer = c("ggraph", "base"),
theme = "standard",
...
)
nodes_df |
Data frame with 'id'. |
cover_matrix |
Sparse matrix. |
method |
Layout method ("sugiyama", "force"). |
mode |
Labeling mode ("reduced", "full", "empty"). |
objects |
Character vector. |
attributes |
Character vector. |
object_names |
Logical (Deprecated). |
to_latex |
Logical. |
extents |
List of extents. |
intents |
List of intents. |
viewer |
The viewer to use for plotting: "ggraph" (default) or "base" (experimental, R base graphics). |
theme |
The theme to use for the "base" viewer ("standard", "nord", "latex", "vibrant"). |
... |
Extra args. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.