collect_files_operators: Calculates the BEAST2 operators from multiple files

Description Usage Arguments Value Author(s) Examples

Description

Calculates the BEAST2 operators from multiple files

Usage

1
2
  collect_files_operators(filenames = find_paths(c("collect_files_operators.xml.state",
  "collect_files_operators_empty.xml.state")), show_progress = FALSE)

Arguments

filenames

the names of the .xml.state files

show_progress

shows the progress if TRUE

Value

a data frame with the operators' acceptances

Author(s)

Richel Bilderbeek

Examples

1
2
3
  nltt_stats <- collect_files_operators(
    filenames = rep(find_path("collect_files_operators.xml.state"), 2)
  )

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