Nothing
create.test.tree <- function(tree, node.text, sample, ...) {
out <- SRCGrob(
tree,
node.text,
node.radius = 0.1,
node.text.cex = 0.85,
scale1 = 0.9,
yaxis1.label = 'PGA',
yaxis2.label = 'SNV',
xaxis.label = 'CP',
main = sample,
main.cex = 1.55,
main.y = 0.3,
size.units = 'inches',
...
);
return(out);
}
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.