findInterruptions: Finds interrupting edges along chain of edges

View source: R/findInterruptions.R

findInterruptionsR Documentation

Finds interrupting edges along chain of edges

Description

Finds interrupting edges along chain of edges

Usage

findInterruptions(edges, tree, original_community, new_community,
  old_edges = NULL, new_edges = NULL)

Arguments

edges

non-branching chain of edges

tree

phylo clas object

original_community

original community

new_community

new community - will look for edges from new community interrupting the tree from old community

old_edges

optional input of old edges - the edges of master tree present in the old community

new_edges

optional input of new edges - the edges of master tree present in new community.


reptalex/phylofactor documentation built on Feb. 28, 2024, 3:19 p.m.