collect_file_stree_gammas: Collect the gamma statistics of the species trees with...

Description Usage Arguments Value Author(s) Examples

Description

Collect the gamma statistics of the species trees with outgroup

Usage

1

Arguments

filename

name of the file containing the parameters and results

Value

a data frame

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
 filename <- find_path("toy_example_1.RDa")
 df <- collect_file_stree_gammas(filename)
 testit::assert(names(df) == c("sti", "gamma_stat"))
 testit::assert(nrow(df) == 2)
 testit::assert(!is.na(df$gamma_stat))

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