Learn R Programming

geiger (version 0.2-5)

name.check: 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

Value

  • Tree.not.dataTaxa in tree but not data
  • Data.not.treeTaxa in data but not tree
  • ...

Examples

Run this code
data(geospiza)
attach(geospiza)

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

Run the code above in your browser using DataLab