Get the Names of Node Attributes
node_attr_names(x, ...) # S3 method for igraph node_attr_names(x, ...) # S3 method for network node_attr_names(x, ignore_na = TRUE, ...)
| x |
|
|---|---|
| ... | Arguments passed to or from other methods. |
| ignore_na |
|
#> [1] "color" "size" "x" "y" "name" #> [6] "list_attr" "hetero_attr"#> [1] "vertex.names" "color" "size" "x" "y" #> [6] "list_attr" "hetero_attr"