RemoveIsolatedNodes: Remove isolated nodes

View source: R/community.R

RemoveIsolatedNodesR Documentation

Remove isolated nodes

Description

Remove isolated nodes.

Usage

RemoveIsolatedNodes(community, title)

Arguments

community

an object of class Community.

title

a title for the new community.

Details

Returns a new Community with isolated nodes removed.

Value

A new object of class Community.

Author(s)

Lawrence Hudson

See Also

Community, IsIsolatedNode

Examples

data(TL84)
IsolatedNodes(TL84)

TL84.no.isolated <- RemoveIsolatedNodes(TL84)
IsolatedNodes(TL84.no.isolated)

cheddar documentation built on Sept. 1, 2022, 5:06 p.m.