biconnectedComponents: Biconnected Components

View source: R/RcppExports.R

biconnectedComponentsR 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


jjustison/SiPhyNetwork documentation built on Sept. 14, 2024, 8:58 a.m.