View source: R/parse_beast_tracelog_file.R
parse_beast_tracelog_file | R Documentation |
.log
output fileParses a BEAST2 tracelog .log
output file
parse_beast_tracelog_file(tracelog_filename)
tracelog_filename |
name of the BEAST2 tracelog |
data frame with the parameter estimates
Richèl J.C. Bilderbeek
Use remove_burn_ins
to remove the burn-in from
the returned parameter estimates.
Use save_beast_estimates
to save the estimates
to a .log
file.
parse_beast_tracelog_file(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.