name.check {geiger}R Documentation

Compares taxa in data and tree

Description

Checks for taxa present in data set but not in tree, and vice-versa

Usage

name.check(x, phy)

Arguments

x Data
phy Tree

Details

Value

Tree.not.data Taxa in tree but not data
Data.not.tree Taxa in data but not tree

...

Note

Author(s)

Luke J. Harmon

References

See Also

Examples


data(geospiza)
attach(geospiza)

name.check(geospiza.data, geospiza.tree)


[Package geiger version 0.2-6 Index]