nodeDes: nodeDes

Description Usage Arguments Value Examples

Description

identifies the tip descendents of an ancestral node

Usage

1
nodeDes(phylo, node)

Arguments

phylo

input tree in APE formate

node

Value

a vector of tip labels

Examples

1
2
3
4
5
library(geiger)
set.seed(30)
# simulate tree with 20 species
simTree <- rcoal(20)
nodeDes(simTree, 22)

PuttickMacroevolution/cladeMode documentation built on May 8, 2019, 3:47 a.m.