Internal function to calculate node labels based on the selected mode.
compute_labels_and_colors(
nodes_df,
cover_edges,
extents,
intents,
obj_names,
att_names,
mode
)A data frame extending nodes_df with labels and colors.
Data frame with 'id'.
Data frame with 'from', 'to'.
List of numeric vectors.
List of numeric vectors.
Character vector.
Character vector.
Character: "full", "attributes", "reduced", "empty".