R/method-offspring.R

Defines functions offspring.ggtree

##' @importFrom tidytree offspring
##' @method offspring ggtree
##' @export
offspring.ggtree <- function(.data, .node, tiponly = FALSE, self_include = FALSE, ...) {
    offspring.tbl_tree(.data$data, .node = .node,
                       tiponly = tiponly,
                       self_include = self_include,...)
}
GuangchuangYu/ggtree documentation built on April 12, 2024, 5:20 a.m.