Learn R Programming

tracerer (version 2.2.3)

parse_beast_state_operators: Parses a BEAST2 state .xml.state output file to get only the operators acceptances

Description

Parses a BEAST2 state .xml.state output file to get only the operators acceptances

Usage

parse_beast_state_operators(
  state_filename = get_tracerer_path("beast2_example_output.xml.state"),
  filename = "deprecated"
)

Value

data frame with all the operators' success rates

Arguments

state_filename

name of the BEAST2 state .xml.state output file

filename

deprecated name of the BEAST2 .xml.state output file, use state_filename instead

Author

Richèl J.C. Bilderbeek

Examples

Run this code
parse_beast_state_operators(
  state_filename = get_tracerer_path("beast2_example_output.xml.state")
)

Run the code above in your browser using DataLab