collect_file_stree_nltts: Collect the nLTT values of the species trees with outgroup

Description Usage Arguments Value Author(s) Examples

Description

Collect the nLTT values of the species trees with outgroup

Usage

1

Arguments

filename

name of the file containing the parameters and results

dt

the resolution of the nLTT plot, must be in range <0,1>, default is 0.001

Value

a data frame

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
  dt <- 0.1
  filename <- find_path("toy_example_3.RDa")
  df <- collect_file_stree_nltts(filename, dt = dt)
  testit::assert(names(df) == c("sti", "t", "nltt"))
  testit::assert(nrow(df) == 2 * (1 + (1/dt)))

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