list.vertex.attributes {igraph}R Documentation

List names of vertex attributes

Description

[Deprecated]

list.vertex.attributes() was renamed to vertex_attr_names() to create a more consistent API.

Usage

list.vertex.attributes(graph)

Arguments

graph

The graph.


[Package igraph version 2.0.3 Index]