read_tree_from_revbayes | R Documentation |
Read symbiont tree file produced by RevBayes containing node indices
read_tree_from_revbayes(path_to_tree)
path_to_tree |
String path to the .txt file exported from RevBayes |
A phylo
object with node names given by RevBayes, which are important to place the inferred ancestral states in the symbiont tree.
## Not run: tree <- read_tree_from_revbayes("symbiont_tree.tre")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.