collect_files_stree_gammas: Collects the gamma statistics of all phylogenies belonging to...

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

filenames

names of the parameter file

Value

A list with two dataframes of gamma statistics

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 filenames <- c(
   find_path("toy_example_3.RDa"),
   find_path("toy_example_4.RDa")
 )
 df <- collect_files_stree_gammas(filenames)
 testit::assert(
   names(df) ==
   c("filename", "sti", "gamma_stat")
 )
 testit::assert(nrow(df) == 4)

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