PHYLO: Phylogenetic tree

PHYLOR Documentation

Phylogenetic tree

Description

A rooted phylogenetic tree with branch lengths. Tip names must math those in PAM's columns

Usage

data("PHYLO")

Format

The format is: List of 4 $ edge : int [1:84, 1:2] 44 45 46 47 48 49 50 50 51 52 ... $ edge.length: num [1:84] 26.2 81.9 32.6 26.7 100.1 ... $ Nnode : int 42 $ tip.label : chr [1:43] "Specis_43" "Specis_28" "Specis_26" "Specis_27" ... - attr(*, "class")= chr "phylo" - attr(*, "order")= chr "cladewise"

Examples

data(PHYLO)
## maybe str(PHYLO) ; plot(PHYLO) ...

inecolr documentation built on June 8, 2025, 11:26 a.m.

Related to PHYLO in inecolr...