name.check {geiger} | R Documentation |
Checks for taxa present in data set but not in tree, and vice-versa
name.check(x, phy)
x |
Data |
phy |
Tree |
Tree.not.data |
Taxa in tree but not data |
Data.not.tree |
Taxa in data but not tree |
...
Luke J. Harmon
data(geospiza) attach(geospiza) name.check(geospiza.data, geospiza.tree)