Description Usage Arguments Details Value Note Author(s)
Obtains a vector of the tips and nodes subtending from a node in a phylogeny.
1 | node.descendents(x, phy, tip.labels = FALSE)
|
x |
A positive integer |
phy |
An object of class |
tip.labels |
Logical - output tip.labels? |
This function is stolen from the clade.members function in the CAIC package but returns both node and tip id's.
Returns a vector of node and tip ids descended from the tip(s) "x". If tip.labels=TRUE then returns a list of node ids and tip labels.
as.rateMatrix
calls the CAIC function vcv.array
multiple times and this can be slow for large phylogenies (though faster than using the ape equivalent vcv.phylo
).
Gavin Thomas, David Orme
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.