node_attr_names: Get the Names of Node Attributes

Description Usage Arguments Value Author(s) Examples

View source: R/generics-node.R

Description

Get the Names of Node Attributes

Usage

1
2
3
4
5
6
7
node_attr_names(x, ...)

## S3 method for class 'igraph'
node_attr_names(x, ...)

## S3 method for class 'network'
node_attr_names(x, ignore_na = TRUE, ...)

Arguments

x

<igraph> or <network>

...

Arguments passed to or from other methods.

ignore_na

logical(1L), default: TRUE. Whether to ignore the "na" attribute that {network} automatically creates.

Value

character()

Author(s)

Brendan Knapp brendan.g.knapp@gmail.com

Examples

1
2
3
4
5

knapply/snatools documentation built on Oct. 22, 2019, 12:05 p.m.