Nothing
##' @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,...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.