#' A print method for `eDis` objects to avoid printing the tree and metadata
print.eDis <- function(x, ...) {
print(x$phy.full)
print(x$phy.sub)
print(x$intersect)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.