collect_files_nrbss: Collects the NRBS values of all phylogenies belonging to a...

Description Usage Arguments Value Examples

Description

Collects the NRBS values 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 dataframes of NRBS values

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
  filenames <- c(
    find_path("toy_example_3.RDa"),
    find_path("toy_example_4.RDa")
  )
  df <- collect_files_nrbss(filenames)
  expected <- c(
    "filename", "sti", "ai",
    "pi", "si", "nrbs"
  )
  testit::assert(names(df) == expected)
  testit::assert(nrow(df) == 160)

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