remove.graph.attribute {igraph}R Documentation

Delete a graph attribute

Description

[Deprecated]

remove.graph.attribute() was renamed to delete_graph_attr() to create a more consistent API.

Usage

remove.graph.attribute(graph, name)

Arguments

graph

The graph.

name

Name of the attribute to delete.


[Package igraph version 2.0.3 Index]