Nothing
##' @importFrom tidytree MRCA
##' @importFrom tidytree as_tibble
##' @method MRCA phylo
##' @export
MRCA.phylo <- function(.data, .node1, .node2 = NULL, ...) {
MRCA(as_tibble(.data), .node1, .node2, ...)[["node"]]
}
##' @method MRCA treedata
##' @export
MRCA.treedata <- function(.data, .node1, .node2 = NULL, ...) {
MRCA.phylo(as.phylo(.data), .node1, .node2, ...)
}
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.