remove.clones.on.tree | R Documentation |
This maintains parent -> daughter relationships, even if an intermediate (branch) clone is being removed
remove.clones.on.tree(tree, clones.to.remove = NA, clones.to.keep = NA)
tree |
a phylogenetic tree matrix with two column specifying 'parent' (column 1) and child (column 2) |
clones.to.remove |
a vector of clones which you wish to remove from the tree |
clones.to.keep |
a vector of clones which you wish to keep i.e. remove all other clones from the tree |
You must provide either clones.to.remove or clones.to.keep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.