collect_n_species_trees: Collect the number of sampled species trees in a parameter...

Description Usage Arguments Value Author(s) Examples

Description

Collect the number of sampled species trees in a parameter file

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
6
 filename <- find_path("toy_example_1.RDa")
 df <- collect_n_species_trees(filename)
 testit::assert(names(df) == c("n_species_trees"))
 testit::assert(ncol(df) == 1)
 testit::assert(nrow(df) == 1)
 testit::assert(df$n_species_trees[1] >= 1)

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