bim | R Documentation |
Uses a biological intercept model (BIM) to calculate the growth at age for the full life history of a fish. It requires the fork length of the fish at capture (fl), the length at hatch for the species (hl) and the otolith radius trajecotry (gt).
bim(fl, hl, gt)
fl |
Fork length of a fish as measured at time of capture. |
hl |
Length at hatch for the species of interest |
gt |
The full otolith radius trajectory for a given fish. At a minimum, the minimum radius, maximum radius, and radius of interest must be supplied (for example, total otolith radius, radius at age 0, and radius for a given age can be supplied if you only want to know the size at a specific age). |
(1)Campana, Steven E. "How reliable are growth back-calculations based on otoliths?." Canadian Journal of Fisheries and Aquatic Sciences 47, no. 11 (1990): 2219-2227 (2)Hobbs, James A., William A. Bennett, Jessica Burton, and Bradd Baskerville-Bridges. "Modification of the biological intercept model to account for ontogenetic effects in laboratory-reared delta smelt (Hypomesus transpacificus)." Fishery Bulletin 105, no. 1 (2007): 30-38.
{ }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.