collect_files_strees_identical: Collects if the two sampled species trees (from the same...

Description Usage Arguments Value Examples

Description

Collects if the two sampled species trees (from the same incipient species trees) have the same branching times.

Usage

1

Arguments

filenames

names of the parameter file

Value

A data frame with filenames and TRUE/FALSEs

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_strees_identical(filenames)
 testit::assert(
   names(df) ==
   c("filename", "strees_identical")
 )
 testit::assert(nrow(df) == 2)

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