normaliz.tree {TML}R 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)

[Package TML version 2.3.0 Index]