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,...)
}

Try the ggtree package in your browser

Any scripts or data that you put into this service are public.

ggtree documentation built on Nov. 15, 2020, 2:09 a.m.