Return tree descending from id
.
Examples
data(mammals)
# get tree of apes
ape_id <- getPrnt(mammals, ids = c("Homo_sapiens", "Hylobates_concolor"))
apes <- getSubtree(mammals, id = ape_id)
summary(apes)
#> Tree (TreeMan Object):
#> + 16 tips
#> + 12 internal nodes
#> + With taxonomic names
#> + Polytomous
#> + PD 153
#> + Root node is "n2960"