get.edge.attribute | R Documentation |
get.edge.attribute()
was renamed to edge_attr()
to create a more
consistent API.
get.edge.attribute(graph, name, index = E(graph))
graph |
The graph |
name |
The name of the attribute to query. If missing, then all edge attributes are returned in a list. |
index |
An optional edge sequence to query edge attributes for a subset of edges. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.