getNodeAttributes {mully} | R Documentation |
Get the attributes of a node
Description
Get the attributes of a node
Usage
getNodeAttributes(g, nameNode, layerByName = FALSE)
Arguments
g |
The input graph |
nameNode |
The name of the node |
layerByName |
A boolean to specify whether to export the layers by name or by ID |
Value
A dataframe containing the attributes of the specified node
Examples
g=mully::demo()
getNodeAttributes(g,layerByName = TRUE)
[Package mully version 2.1.38 Index]