Nothing
findneighbor<-function(lst,node)
{
mu<-multitree(lst$parent)
no<-lst$parent[node]
while ((no!=0) && (mu$sibling[mu$child[no]]==0)){
no<-lst$parent[no]
}
return(no)
}
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.