Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

edge_attr_names

List names of edge attributes


Description

List names of edge attributes

Usage

edge_attr_names(graph)

Arguments

graph

The graph.

Value

Character vector, the names of the edge attributes.

See Also

Examples

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

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.