TropFishR is a collection of fisheries models based on the FAO Manual “Introduction to tropical fish stock assessment” by Sparre and Venema (1998, 1999). Not only scientists working in the tropics will benefit from this new toolbox. The methods work with age-based or length-frequency data and assist in the assessment of data poor fish stocks. Overall, the package comes with 30 functions, 19 data sets and 10 s3 methods. All objects are documented and provide examples that allow reproducing the examples from the FAO manual.
You can find detailed descriptions of new features, bug fixes, other changes of specific package versions here.
Download the released version of TropFishR from CRAN:
install.packages("TropFishR")
Or the development version from GitHub:
# install.packages("remotes")
::install_github("tokami/TropFishR") remotes
Please use the R command citation("TropFishR")
to
receive information on how to cite this package.
The tutorial demonstrates the use of the main functions of TropFishR for a single-species stock assessment with length-frequency data. The lfqDataTutorial gives a brief description of LFQ data and illustrates how files with raw length measurements (e.g. excel files) can be imported into R and trimmed for the use with TropFishR. The ELEFANTutorial demonstrates the ELEFAN functions available in TropFishR in detail and discusses best practices.
In case you have questions or find bugs, please write an email to Tobias Mildenberger or post on TropFishR/issues.