You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package helps fisheries scientists collect growth data from calcified structures and back-calculate estimated lengths at previous ages. The package is intended to replace much of the functionality provided by the now out-dated fishBC software.
The RFishBC package helps fisheries scientists collect measurements from calcified structures and back-calculate estimated lengths at previous ages. RFishBC is intended to replace much of the functionality provided by the now out-date fishBC software.
Use
General desriptions for using RFishBC are under the Vignettes tab at the top of this page. I suggest at least quickly reading each vignette to get an overall feel for RFishBC and then following the workflow suggestions in the last vignette. Detailed descriptions for each function are under the Reference tab at the top of that page.
The most recent development version may be installed from GitHub with
if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('fishr-core-team/RFishBC')
You may need to have R Tools installed on your system to use the two lines above. See the instructions for (R Tools for Windows or R Tools for Mac OS X). Additionally, you may need the X11 graphics functionality if using Mac OS.
Questions / Comments / Problems or Contributions
Report questions, comments, or bug reports on the issues page.
We are always looking for others to contribute to RFishBC. Please feel free to make a pull request via GitHub or to contact the maintainers.
This package helps fisheries scientists collect growth data from calcified structures and back-calculate estimated lengths at previous ages. The package is intended to replace much of the functionality provided by the now out-dated fishBC software.