Learn R Programming

cheddar (version 0.1-626)

NP: Single node properties

Description

Returns a node property.

Usage

NP(community, property)

Arguments

community
an object of class Community.
property
the name of the property to return.

Value

  • A vector of length NumberOfNodes.

Details

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.

See Also

NPS, NumberOfNodes

Examples

Run this code
data(TL84)

NP(TL84, 'M')

# Returns a vector of NA
NP(TL84, 'not a property')

Run the code above in your browser using DataLab