NumberOfNodes | R Documentation |
Functions that return the number of nodes in the community.
NumberOfNodes(community)
NumberOfNodesByClass(community, class)
FractionOfNodesByClass(community, class)
community |
an object of class |
class |
the property over which |
NumberOfNodes
returns a single number.
NumberOfNodesByClass
and FractionOfNodesByClass
both return
a value for each class
.
Lawrence Hudson
Community
, NPS
data(TL84)
NumberOfNodes(TL84)
NumberOfNodesByClass(TL84)
FractionOfNodesByClass(TL84)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.