collect_file_esses: Collects the ESSes of all phylogenies belonging to a...

Description Usage Arguments Value Examples

Description

Collects the ESSes of all phylogenies belonging to a parameter file in the melted/uncast/long form

Usage

1

Arguments

filename

name of the parameter file, can be read by wiritttess:read_file

Value

A dataframe of ESSes for each posterior

Examples

1
2
3
  df <- wiritttea::collect_file_esses(
    filename = wiritttea::find_path("toy_example_3.RDa"))
  testit::assert(nrow(df) == 8)

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