View source: R/create_treelog.R
create_treelog | R Documentation |
treelog
objectCreate a treelog
object
create_treelog(
filename = "$(tree).trees",
log_every = 1000,
mode = "tree",
sanitise_headers = FALSE,
sort = "none"
)
filename |
name of the file to store the posterior trees |
log_every |
number of MCMC states between writing to file |
mode |
mode how to log. Valid values are the ones returned by get_log_modes |
sanitise_headers |
set to TRUE to sanitise the headers of the log file |
sort |
how to sort the log. Valid values are the ones returned by get_log_sorts |
a 'treelog', as can be checked by check_treelog
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
create_treelog()
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.