View source: R/progeny_data_flp.R
calculate_cow_liveweight | R Documentation |
The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) need input parameter files. This function will calculate cow live weight
calculate_cow_liveweight( ps_input_flp_tibble, ps_first_calvingweight, ps_second_calvingweight, ps_dambreed, pb_log = FALSE, plogger = NULL )
ps_input_flp_tibble |
input flp tibble coming from read_file_input_flp in this package |
ps_first_calvingweight |
flag to calculate first calving weight (TRUE or FALSE) |
ps_second_calvingweight |
flag to calculate second calving weight (TRUE or FALSE) |
ps_dambreed |
dam breed |
pb_log |
indicator whether logs should be produced |
plogger |
logger object |
cow_liveweight vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.