View source: R/progeny_data_flp.R
calculate_carcass_price | R Documentation |
The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) need input parameter files. This function will calculate rearing weight of calves.
calculate_carcass_price( ps_tbl_input_statement_carcass, ps_sex, ps_liveweight, ps_marketchannel, pb_log = FALSE, plogger = NULL )
ps_sex |
category e.g MT (bull), RG(heifer) or KV(veal calf) |
ps_liveweight |
value for liveweight |
ps_marketchannel |
marketing chanell to determine conventional beef or veal |
pb_log |
indicator whether logs should be produced |
plogger |
logger object |
ps_tbl_input_statemement_carcass |
tibble of input statements including base carcass prices |
rearing_age
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.