| check_duplicate_edges | R Documentation |
Detects duplicate edges in undirected networks and either errors with
guidance or aggregates them per the user's edge_duplicates setting.
check_duplicate_edges(edges, directed, edge_duplicates)
edges |
Edge data frame. |
directed |
Logical: is the network directed? |
edge_duplicates |
Aggregation method (NULL to error, or "sum"/"mean"/etc). |
Possibly aggregated edge data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.