R/total.cophenetic.index.R

Defines functions tci.context.n

Documented in tci.context.n

list.ancestors <- function (parent, child, node)
  ListAncestors(parent, child, node)

tci <- function (tree) TotalCopheneticIndex(tree)

tci.context.n <- function(n) TCIContext(n)

tci.context <- function (tree) TCIContext(tree)

Try the TotalCopheneticIndex package in your browser

Any scripts or data that you put into this service are public.

TotalCopheneticIndex documentation built on June 23, 2021, 5:06 p.m.