Description Usage Arguments Value Author(s) See Also Examples
View source: R/is_trees_file.R
Measure if a file a valid BEAST2 .trees
file
1 | is_trees_file(trees_filename, verbose = FALSE)
|
trees_filename |
name of a BEAST2 posterior |
verbose |
set to TRUE for more output |
TRUE if trees_filename
is a valid .trees
file
Richèl J.C. Bilderbeek
Most of the work is done by read.nexus
1 2 3 4 5 6 7 | # TRUE
is_trees_file(get_tracerer_path("beast2_example_output.trees"))
is_trees_file(get_tracerer_path("unplottable_anthus_aco.trees"))
is_trees_file(get_tracerer_path("anthus_2_4_a.trees"))
is_trees_file(get_tracerer_path("anthus_2_4_b.trees"))
# FALSE
is_trees_file(get_tracerer_path("mcbette_issue_8.trees"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.