Description Usage Arguments Value Author(s) See Also Examples
View source: R/parse_beast_trees.R
Parses a BEAST2 .trees output file
1 | parse_beast_trees(filename)
|
filename |
name of the BEAST2 .trees output file |
the phylogenies in the posterior
Richèl J.C. Bilderbeek
Use save_beast_trees
to save the phylogenies
to a .trees
file.
Use is_trees_file with verbose = TRUE
to find out
why a file is invalid
1 2 | trees_filename <- get_tracerer_path("beast2_example_output.trees")
parse_beast_trees(trees_filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.