Learn R Programming

cheddar (version 0.1-626)

RemoveIsolatedNodes: 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.

Value

  • A new object of class Community.

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