Nothing
termBalance <- function(phylo){
tipLab <- phylo$tip.label
TBind <- match(1:length(tipLab), phylo$edge[,2])
bal <- polyBalance(phylo)
nodeind <- phylo$edge[TBind,1]
balspp <- apply(bal[match(nodeind, as.numeric(dimnames(bal)[[1]])),], 1, max)
names(balspp) <- tipLab
balspp
}
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.