Examples for 'igraph::edge_attr_names'


List names of edge attributes

Aliases: edge_attr_names list.edge.attributes

Keywords:

### ** Examples

g <- make_ring(10) %>%
  set_edge_attr("label", value = letters[1:10])
edge_attr_names(g)
[1] "label"
plot(g)
plot of chunk example-igraph-edge_attr_names-1

[Package igraph version 1.3.1 Index]