View source: R/pre_processing.R
pre_process_ewbc_input_progeny_data_flp | R Documentation |
The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) need input parameter files. This function processed different functions to prepare the input parameter files based on progeny flp data.
pre_process_ewbc_input_progeny_data_flp( ps_sirebreed, ps_dambreed, ps_prodsystew, ps_marketchannel, ps_path_directory2create, ps_input_file_progeny_flp_statement, ps_input_file_flp_carcass_matrix_statement, ps_input_file_flp, ps_start_flp_date, ps_end_flp_date, ps_input_file_ped, pb_log, plogger = NULL )
ps_sirebreed |
sire breed |
ps_dambreed |
dam breed |
ps_prodsystew |
production system build up as option in ECOWEIGHT |
ps_marketchannel |
market channel |
ps_path_directory2create |
path of the directory that will be created |
ps_input_file_progeny_flp_statement |
path to file with statement based on calving for the input-parameter-file for ECOWEIGHT |
ps_input_file_flp_carcass_matrix_statement |
path to file with statement regarding carcass prices |
ps_input_file_flp |
path to file with input coming from calving for the input-parameter-file for ECOWEIGHT |
ps_start_flp_date |
setting the start of the slaughter date to filter in the slaughter data |
ps_end_flp_date |
setting the end of the slaughter date to filter in the slaughter data |
ps_input_file_ped |
path to file with pedigree input |
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.