Learn R Programming

cheddar (version 0.1-639)

RemoveIsolatedNodes: Remove isolated nodes

Description

Remove isolated nodes.

Usage

RemoveIsolatedNodes(community, title)

Value

A new object of class Community.

Arguments

community

an object of class Community.

title

a title for the new community.

Author

Lawrence Hudson

Details

Returns a new Community with isolated nodes removed.

See Also

Community, IsIsolatedNode

Examples

Run this code
data(TL84)
IsolatedNodes(TL84)

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

Run the code above in your browser using DataLab