list.edge.attributes {igraph}R Documentation

List names of edge attributes

Description

[Deprecated]

list.edge.attributes() was renamed to edge_attr_names() to create a more consistent API.

Usage

list.edge.attributes(graph)

Arguments

graph

The graph.


[Package igraph version 2.0.3 Index]