biconnectedComponents {SiPhyNetwork}R Documentation

Biconnected Components

Description

Find the biconnected components of a phylogeny

Usage

biconnectedComponents(edges, rt, nNode)

Arguments

edges

The edge matrix of a phylo object.

rt

The root node of the phylogeny

nNode

The number of nodes in the tree

Details

Find the biconnected components of a phylogeny

biconnected components

Value

A list with containing a vector of nodes for each biconnected component


[Package SiPhyNetwork version 1.1.0 Index]