'del.brlens' <-
function(tree)
{
tree<-gsub("e-","",tree)
tree<-gsub("[[:digit:]]","",tree)
tree<-gsub("\\.","",tree)
tree<-gsub(":","",tree)
tree
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.