RemoveIsolatedNodes {cheddar}R 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)

[Package cheddar version 0.1-638 Index]