Nothing
#' @describeIn tbl_graph Method for hclust objects
#' @importFrom stats as.dendrogram
#' @export
as_tbl_graph.hclust <- function(x, directed = TRUE, mode = 'out', ...) {
as_tbl_graph(as.dendrogram(x), directed, mode)
}
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.