View source: R/parse_beast_log.R
parse_beast_log | R Documentation |
.log
output file.
Use parse_beast_tracelog_file insteadDeprecated function to parse a BEAST2 .log
output file.
Use parse_beast_tracelog_file instead
parse_beast_log(tracelog_filename, filename = "deprecated")
tracelog_filename |
name of the BEAST2 tracelog |
filename |
deprecated name of the BEAST2 .log output file |
data frame with the parameter estimates
Richèl J.C. Bilderbeek
# Deprecated
parse_beast_log(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)
# Use the function 'parse_beast_tracelog_file' instead
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.