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,
...
)Data frame with 'id'.
Sparse matrix.
Layout method ("sugiyama", "force").
Labeling mode ("reduced", "full", "empty").
Character vector.
Character vector.
Logical (Deprecated).
Logical.
List of extents.
List of intents.
Extra args.