beast2_options_to_table {beastier}R Documentation

Convert a beast2_options to a table

Description

Convert a beast2_options to a table

Usage

beast2_options_to_table(beast2_options)

Arguments

beast2_options

a set of BEAST2 options, that are the R equivalent of the BEAST2 command-line options, as can be created by create_beast2_options

Value

a tibble with two columns, called 'parameter' and 'value'. Each 'parameter' is the name of the element of the 'beast2_options' structure, where the 'value' on the same row holds the value of that parameter

Author(s)

Richèl J.C. Bilderbeek

Examples

beast2_options_to_table(create_beast2_options())

[Package beastier version 2.5 Index]