isFUStable: Determine whether a phylogeny is FU-stable

isFUstableR Documentation

Determine whether a phylogeny is FU-stable

Description

This function assesses whether a network is FU-stable

Usage

isFUstable(net)

Arguments

net

A phylogenetic network of class evonet.

Value

A logical that is TRUE if the network is FU-stable

Examples

net<- read.net(text= "((A:7,((B:2,C:2):3)#H1:2::0.6):3,(D:6,#H1:1::0.4):4);")
isFUstable(net) ##returns TRUE

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