Description Usage Arguments Value Author(s) Examples
View source: R/parse_beast_log.R
Deprecated function to parse a BEAST2 .log
output file.
Use parse_beast_tracelog_file instead
1 | 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
1 2 3 4 5 6 7 8 | # 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.