collect_files_esses_from_logs: Collects the ESSes of all phylogenies belonging to the...

Description Usage Arguments Value Examples

Description

Collects the ESSes of all phylogenies belonging to the parameter files in the melted/uncast/long form from the log files created next to the .RDa data files

Usage

1
collect_files_esses_from_logs(filenames, show_progress = FALSE)

Arguments

filenames

names of the parameter files

show_progress

set to TRUE to show the progress

Value

A dataframe of ESSes for all files their posterior

Examples

1
2
3
  filenames <- find_paths(c("toy_example_3.RDa", "toy_example_4.RDa"))
  df <- collect_files_esses(filenames)
  testit::assert(nrow(df) == 16)

richelbilderbeek/wiritttea documentation built on May 27, 2019, 8:02 a.m.