powered by
Returns a node property.
NP(community, property)
A vector of length NumberOfNodes.
NumberOfNodes
an object of class Community.
Community
the name of the property to return.
Lawrence Hudson
This function is named NP for Node Property. It returns a vector containing the value of property for every node. The returned vector is named by node. If the name is not a property, a vector of NA is returned.
property
NA
NPS, NumberOfNodes
NPS
data(TL84) NP(TL84, 'M') # Returns a vector of NA NP(TL84, 'not a property')
Run the code above in your browser using DataLab