##' @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,...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.