RemoveIsolatedNodes {cheddar} | R Documentation |
Remove isolated nodes.
RemoveIsolatedNodes(community, title)
community |
an object of class |
title |
a title for the new community. |
Returns a new Community
with isolated nodes removed.
A new object of class Community
.
Lawrence Hudson
data(TL84)
IsolatedNodes(TL84)
TL84.no.isolated <- RemoveIsolatedNodes(TL84)
IsolatedNodes(TL84.no.isolated)