remove.edge.attribute {igraph}R Documentation

Delete an edge attribute

Description

[Deprecated]

remove.edge.attribute() was renamed to delete_edge_attr() to create a more consistent API.

Usage

remove.edge.attribute(graph, name)

Arguments

graph

The graph

name

The name of the edge attribute to delete.


[Package igraph version 2.0.3 Index]