getsubtresRecursively: partition the tree into a set of clades within the desired...

View source: R/treestructure0.R

getsubtresRecursivelyR Documentation

partition the tree into a set of clades within the desired size range

Description

If initial partitioning step produces clades that are too big, will continue partitioning at hiher sign levels until desired size is reached

Usage

getsubtresRecursively(
  tr,
  minsize = 200,
  maxsize = 500,
  level = 0.05,
  NCPU = 1,
  incrementLevel = 0.15
)

thednainus/pangeaZA documentation built on May 9, 2022, 6:21 p.m.