run_mix99 | R Documentation |
Given a working directory with data file, pedigree file and clim file, the mix99 program is executed using the system() function. The output is captured and written to a log file
run_mix99( ps_work_dir, ps_log_file = file.path(ps_work_dir, paste0(format(Sys.time(), "%Y%m%d%H%M%S"), "_mix99.log", collapse = "")) )
ps_work_dir |
working directory containing data, pedigree and clim file |
ps_log_file |
log file to which mix99 output is written |
## Not run: test_dir <- prepare_example_p1() run_mix99(ps_work_dir = test_dir) fs::dir_delete(test_dir) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.