run_vp: Run VarroaPop simulations

Description Usage Arguments Value Author(s)

View source: R/simulate_w_exe.R

Description

Wrapper code to run the VP exe for MCMC analysis.

Usage

1
2
run_vp(exe_file, vrp_file, in_file, out_path, out_filename = "vp_results.txt",
  log_path = NULL, logs = T, verbose = F)

Arguments

exe_file

Full path to the VarroaPop.exe file (e.g. 'C:/VarroaPop/bin/VarroaPop.exe').

vrp_file

Full path to the .vrp file (e.g. 'C:/VarroaPop/bin/default.vrp').

in_file

Full path to the input file (e.g. 'C:/VarroaPop/input/myfile.txt').

out_path

Full path to the output folder, with trailing slash (e.g. 'C:/VarroaPop/output/).

out_filename

Optional: custom file name for the output file.

log_path

path to the log folder (e.g. 'C:/VarroaPop/logs).(can be omitted if logs=F)

logs

T/F, should VP write a log file to the log_path folder?

verbose

T/F, print extra details?

Value

None - VP writes output to the out_path directory

Author(s)

Jeffrey M Minucci, jminucci2@gmail.com


quanted/VarroaPopWrapper documentation built on May 18, 2019, 11:28 p.m.