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