Generates TikZ code for the concept lattice.
export_to_tikz(
plot_data,
edges_df,
width = 12,
height = 12,
standalone = FALSE,
caption = NULL,
...
)An object of class 'tikz_code'.
Data frame with node info.
Data frame with edge info.
Numeric. Target width in cm (default: 12).
Numeric. Target height in cm (default: 12).
Logical. If TRUE, wraps code in a documentclass to be compiled directly.
Character. Optional caption for the figure.
Additional arguments (currently unused).