View source: R/convert_edges.R
convert_edges | R Documentation |
converts edges of an igraph/network/tidygraph object into format useable for edge bundling
convert_edges(object, coords)
## Default S3 method:
convert_edges(object, coords)
## S3 method for class 'igraph'
convert_edges(object, coords)
## S3 method for class 'network'
convert_edges(object, coords)
## S3 method for class 'tbl_graph'
convert_edges(object, coords)
object |
graph object |
coords |
coordinates of vertices |
data frame of edges with coordinates
David Schoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.