Description Usage Arguments Value Author(s) Examples
Determines if the input is a BEAST2 posterior
1 | is_posterior(x)
|
x |
the input |
TRUE if the input contains all information of a BEAST2 posterior. Returns FALSE otherwise.
Richèl J.C. Bilderbeek
1 2 3 4 5 6 7 | trees_filename <- get_tracerer_path("beast2_example_output.trees")
tracelog_filename <- get_tracerer_path("beast2_example_output.log")
posterior <- parse_beast_posterior(
trees_filename = trees_filename,
tracelog_filename = tracelog_filename
)
is_posterior(posterior)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.