| compute_labels_and_colors | R Documentation |
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
)
nodes_df |
Data frame with 'id'. |
cover_edges |
Data frame with 'from', 'to'. |
extents |
List of numeric vectors. |
intents |
List of numeric vectors. |
obj_names |
Character vector. |
att_names |
Character vector. |
mode |
Character: "full", "attributes", "reduced", "empty". |
A data frame extending nodes_df with labels and colors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.