normaliz.tree: Normalize a phylogenetic tree

View source: R/normaliz.tree.R

normaliz.treeR Documentation

Normalize a phylogenetic tree

Description

This function normalizes the height of a phylogenetic tree

Usage

normaliz.tree(D, h = 1)

Arguments

D

numeric vector; ultrametric equidistant tree

h

desired height; defaults to 1

Value

normalized equidistant tree

Author(s)

Ruriko Yoshida ryoshida@nps.edu

Examples

D <-c(4,4,2)
normaliz.tree(D, h=1)

TML documentation built on Sept. 11, 2024, 6:19 p.m.