View source: R/create_beast2_options.R
| create_beast2_options | R Documentation | 
These BEAST2 options are the R equivalent of the command-line options.
create_beast2_options(
  input_filename = create_temp_input_filename(),
  output_state_filename = create_temp_state_filename(),
  rng_seed = NA,
  n_threads = NA,
  use_beagle = FALSE,
  overwrite = TRUE,
  beast2_path = get_default_beast2_path(),
  verbose = FALSE
)
input_filename | 
 the name of a BEAST2 input XML file.
This file usually has an   | 
output_state_filename | 
 name of the   | 
rng_seed | 
 the random number generator seed of the BEAST2 run.
Must be a non-zero positive integer value or NA.
If   | 
n_threads | 
 the number of computational threads to use. Use NA to use the BEAST2 default of 1.  | 
use_beagle | 
 use BEAGLE if present  | 
overwrite | 
 if TRUE: overwrite the  
  | 
beast2_path | 
 name of either a BEAST2 binary file
(usually simply   | 
verbose | 
 if TRUE, additional information is displayed, that is potentially useful in debugging  | 
a BEAST2 options structure, which is a list of all function arguments, of which all elements are checked (by check_beast2_options)
Richèl J.C. Bilderbeek
check_empty_beaustier_folders()
beast2_options <- create_beast2_options()
check_beast2_options(beast2_options)
check_empty_beaustier_folders()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.