replaceTiplabel <- function (Tree, Newlabel = "Tip") {
Tree$tip.label <- paste(rep(paste(Newlabel, 1:Ntip(Tree), ".1", sep = "")))
Tree$tip.label <- sample(Tree$tip.label)
return(Tree)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.