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(.data$data, .node = .node,
                       tiponly = tiponly,
                       self_include = self_include,...)
}
GuangchuangYu/ggtree documentation built on June 1, 2024, 5:48 a.m.