| treedata {geiger} | R Documentation |
compare taxa in data and tree
Description
matching species found in a comparative dataset
Usage
treedata(phy, data, sort=FALSE, warnings=TRUE)
Arguments
phy |
a phylogenetic tree of class 'phylo' |
data |
a named vector or matrix of continuous trait values, for species in |
sort |
whether to sort the |
warnings |
whether to report warnings of mismatched taxa between |
Details
This function is a general tool for checking for concordance between a data object and a phylogenetic
tree. For the data, names can be specified as the names of objects in the vector or rownames of the data
array.
Value
The function returns a list of two elements (phy and data) that are manipulated to include only those species
found in both the tree and data supplied by the user.
Author(s)
LJ Harmon
Examples
geo <- get(data(geospiza))
treedata(geo$phy, geo$dat, sort=TRUE, warnings=TRUE)
[Package geiger version 2.0.11 Index]