Description Usage Arguments Value Author(s) Examples
View source: R/parse_beast_state.R
Parses a BEAST2 state .xml.state
output file to get only the operators
acceptances
1 2 3 4 | parse_beast_state_operators(
state_filename = get_tracerer_path("beast2_example_output.xml.state"),
filename = "deprecated"
)
|
state_filename |
name of the BEAST2 state |
filename |
deprecated name of the BEAST2 .xml.state output file,
use |
data frame with all the operators' success rates
Richèl J.C. Bilderbeek
1 2 3 | parse_beast_state_operators(
state_filename = get_tracerer_path("beast2_example_output.xml.state")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.