Restate a length-weight pair on a total-length basis
convert_lw_to_tl.RdGiven W = a * L_type^b and L_type ~= ratio * TL, substitution gives
W = a * ratio^b * TL^b. So b is unchanged and only a is rescaled.
Arguments
- lw
A tibble of length-weight rows carrying
species,Type,aandb.- conversions
Output of
get_length_conversions().