View source: R/progeny_data_flp.R
calculate_dailygain | R Documentation |
The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) need input parameter files. This function will calculate average daily gain.
calculate_dailygain( pv_mean_slaughterage, pv_mean_weaningage, pv_mean_livewt_atslaughter, pv_mean_weaningwt, pb_log = FALSE, plogger = NULL )
pv_mean_slaughterage |
vector with the mean of slaughter age |
pv_mean_weaningage |
vector with the mean of weaning age |
pv_mean_livewt_atslaughter |
vector with the mean of live weight at slaughter |
pv_mean_weaningwt |
vector with the mean of weaning weight |
pb_log |
indicator whether logs should be produced |
plogger |
logger object |
dailygain vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.