Learn R Programming

beastier (version 2.5.2)

print_beast2_options: Pretty-print a `beast2_options`

Description

Pretty-print a `beast2_options`

Usage

print_beast2_options(beast2_options)

Value

Nothing. Will display the `beast2_options` using cat.

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

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beaustier_folders()

print_beast2_options(create_beast2_options())

check_empty_beaustier_folders()

Run the code above in your browser using DataLab