matchTipsAndTraits | R Documentation |
Check for constitency of rows and columns names between a matrix of traits values and phylo4d object.
matchTipsAndTraits(
x,
p4d = NULL,
p4d.tips = NULL,
p4d.traits = NULL,
subset = TRUE
)
x |
a matrix of data. |
p4d |
a phylo4d object. |
p4d.tips |
tips labels (relevant if p4d is |
p4d.traits |
traits labels (relevant if p4d is |
subset |
a logical. Should the data matrix be subsetted using tips and traits labels. |
The data matrix (eventually subsetted). An error if no consistency between the data and the tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.