| ag | R Documentation |
A function that calculates the Absolute Growth (AG), also denoted as Absolute Weight Gain (AWG) based on the Initial Body weight (IBW; ibw) in gram (g) and the Final Body Weight (FBW; fbw) in gram (g).
ag(ibw, fbw)
weight_gain(ibw, fbw)
ibw |
numeric; value providing the initial bodyweight in grams. |
fbw |
numeric; value providing the final bodyweight in grams. |
returns a numeric value that is the AG.
Anıl Axel Tellbüscher
Lugert, V., Thaller, G., Tetens, J., Schulz, C., & Krieter, J. (2016): A review on fish growth calculation: multiple functions in fish production and their specific application. Reviews in Aquaculture, 8, p.30–42.
data(weight2)
dplyr::mutate(weight2, AG = ag(ibw_g, fbw_g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.