| create_edges_df | R Documentation |
Create Edge Data Frame
create_edges_df(from, to, weight = NULL, directed = FALSE)
from |
Vector of source node indices. |
to |
Vector of target node indices. |
weight |
Vector of edge weights. |
directed |
Logical. Is the network directed? |
Data frame with edge information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.