View source: R/project_visualiser.R
processNodes | R Documentation |
Process unique nodes from a dataframe of edges.
processNodes(df_edges, from_col = "from", to_col = "to")
df_edges |
A data frame containing columns "from" and "to" representing the edges of the network. |
from_col |
Name of the column in df_edges representing the source nodes. |
to_col |
Name of the column in df_edges representing the target nodes. |
A data frame of unique nodes with labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.