View source: R/post_processing.R
post_process_output | R Documentation |
The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) produce output file. This function process this output file.
post_process_output( ps_path_2outputfile, ps_outputfilenameECOWEIGHT, ps_output_statement, ps_output_search_pattern, ps_sirebreed, ps_dambreed, ps_prodsystem, ps_marketchannel, ps_path_directory2create, ps_scenario, ps_path_tbl_save, ps_input_genetic_SD, pb_log, plogger = NULL )
ps_path_2outputfile |
path to output file of ECOWEIGHT |
ps_outputfilenameECOWEIGHT |
name output file of ECOWEIGHT |
ps_output_statement |
output statement in a file |
ps_output_search_pattern |
output file with the search patterns |
ps_sirebreed |
sire breed |
ps_dambreed |
dam breed |
ps_prodsystem |
production system build up as option in ECOWEIGHT |
ps_marketchannel |
market channel |
ps_path_directory2create |
path of the directory that will be created |
ps_scenario |
name of the scenario (includes sire breed, dam breed, production system and marketing channel) |
ps_path_tbl_save |
path to save results |
ps_input_genetic_SD |
input file with genetic standarddeviation |
pb_log |
indicator whether logs should be produced |
plogger |
logger object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.