collect_files_esses: Collects the ESSes of all phylogenies belonging to the .RDa...

Description Usage Arguments Value See Also Examples

Description

Collects the ESSes of all phylogenies belonging to the .RDa data files in the melted/uncast/long form from the .RDa file itself

Usage

1
collect_files_esses(filenames, show_progress = FALSE)

Arguments

filenames

names of the .RDa data files

show_progress

set to TRUE to show the progress

Value

A dataframe of ESSes for all files their posterior

See Also

collect_files_esses_from_logs

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.