powered by
access child data
child(.data, .node, ...)# S3 method for tbl_tree child(.data, .node, ...)
# S3 method for tbl_tree child(.data, .node, ...)
child data
phylo or tbl_tree object
node number
additional parameters
Guangchuang Yu
library(ape) tree <- rtree(4) x <- as_tibble(tree) child(x, 4)
Run the code above in your browser using DataLab