rg: Relative Growth (RG)

View source: R/growth.R

rgR Documentation

Relative Growth (RG)

Description

A function that calculates the Relative Growth (RG) based on the Initial Body weight (IBW; ibw) and the Final Body Weight (FBW; fbw) in grams (g).

Usage

rg(ibw, fbw)

Arguments

ibw

numeric; value providing the initial weight in grams.

fbw

numeric; value providing the final weight in grams.

Value

returns a numeric value that is the Relative Growth. Multiply by 100 for conversion into a percentage.

Author(s)

Anıl Axel Tellbüscher

Examples

data(weight2)
dplyr::mutate(weight2, RG = rg(ibw_g, fbw_g))


aquacultuR documentation built on Jan. 26, 2026, 5:07 p.m.