View source: R/GatherGraphEdge.R
gather_graph_edge | R Documentation |
Gather graph edge from data frame Please note that this function is from the 'ggraph' package and has not been altered in functionality, but it has been optimized and iterated. It is not original content of 'TransProR'. However, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR', the author directly referenced the involved functions in 'TransProR'. This is not the author's original creation. All users please be aware!
gather_graph_edge(df, index = NULL, root = NULL)
df |
A data frame |
index |
A vector of column names to group by |
root |
Root name for the root node connections, optional |
A tibble of graph edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.