check_can_create_tracelog_file {beastier} | R Documentation |
Internal function to check if the MCMC's tracelog file can be created.
Description
Check if the MCMC's tracelog file can be created. Will stop if not. If the tracelog file already exists, it is assumed that a new file can be created, by overwriting the existing one.
Usage
check_can_create_tracelog_file(beast2_options)
Arguments
beast2_options |
a set of BEAST2 options, that are the R equivalent of the BEAST2 command-line options, as can be created by create_beast2_options |
Value
Nothing. Will stop if the MCMC's tracelog file is absent and cannot be created.
Author(s)
Richèl J.C. Bilderbeek
[Package beastier version 2.5.1 Index]