Describing attributes of nodes or ties in a network
Describing attributes of nodes or ties in a network
These functions extract certain attributes from network data:
node_attribute() returns an attribute's values for the nodes in a network.
node_names() returns the names of the nodes in a network.
node_is_mode() returns the mode of the nodes in a network.
tie_attribute() returns an attribute's values for the ties in a network.
tie_weights() returns the weights of the ties in a network.
tie_signs() returns the signs of the ties in a network.
These functions are also often used as helpers within other functions. node_*() and tie_*() always return vectors the same length as the number of nodes or ties in the network, respectively.