collect_files_n_species_trees: Collects the number of sampled species trees of all...

Description Usage Arguments Value Examples

Description

Collects the number of sampled species trees 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 dataframe with all number of sampled species trees of all files

Examples

1
2
3
4
5
6
7
  filenames <- c(
   find_path("toy_example_1.RDa"),
   find_path("toy_example_2.RDa")
 )
 df <- collect_files_n_species_trees(filenames)
 testit::assert(names(df) == c("filename", "n_species_trees"))
 testit::assert(nrow(df) == length(filenames))

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