Learn R Programming

TML (version 2.3.0)

normaliz.tree: Normalize a phylogenetic tree

Description

This function normalizes the height of a phylogenetic tree

Usage

normaliz.tree(D, h = 1)

Value

normalized equidistant tree

Arguments

D

numeric vector; ultrametric equidistant tree

h

desired height; defaults to 1

Author

Ruriko Yoshida ryoshida@nps.edu

Examples

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

Run the code above in your browser using DataLab