The fishgrowbot
package provides a tool to conduct back-calculation based on otolith readings and fit the von Bertalanffy growth curve with a hierarchical structure, both in a Bayesian framework.
It contains:
A function bcalc()
to perform the back-calculations which yields length-at-age estimations with measures of uncertainty.
A function called growthreg()
to fit the von Bertalanffy growth model.
Functions to visualize results.
fishgrowbot
uses Markov Chain Monte Carlo simulations provided by stan. Therefore, the first step is to install stan.
fishgrowbot
is provided under the MIT License (MIT).
To cite package 'fishgrowbot' in publications use:
Nina M. D. Schiettekatte (2021). fishgrowbot: Fish Growth Curves Through
Back-Calculation of Otoliths Rings in a Bayesian Framework. R package version
0.0.0.9. https://nschiett.github.io/fishgrowbot
A BibTeX entry for LaTeX users is
@Manual{,
title = {fishgrowbot: Fish Growth Curves Through Back-Calculation of Otoliths Rings in a Bayesian Framework},
author = {Nina M. D. Schiettekatte},
year = {2021},
note = {R package version 0.0.0.9},
url = {https://nschiett.github.io/fishgrowbot},
}