• Overview
• Features
• Installation
• Get started
• Long-form documentations
• Citation
• Contributing
• Acknowledgments
• References
Overview
The R package FIShBOTRprovides R helper functions to make use of the FIShBOT dataset. Fishing Industry Shared Bottom Oceanographic Timeseries (FIShBOT) is a standardized in-situ gridded bottom temperature product derived from cooperative research data streams. The data are collected by commercial fishermen operating in US waters of the Northwest Atlantic Ocean. To improve efficiency, the data are stored as a table online. This package converts the data back to a grid and provides a number of functions to facilitate analysis.
Installation
You can install the development version from GitHub with:
## Install < remotes > package (if not already installed) ----
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
## Install < FIShBOTR > from GitHub ----
remotes::install_github("GMaynard1/FIShBOTR")Then you can attach the package FIShBOTR:
Get started
For an overview of the main features of FIShBOTR, please read the Get started vignette.
Long-form documentations
FIShBOTR provides {{ NUMBER OF VIGNETTES }} vignettes to learn more about the package:
- the Get started vignette describes the core features of the package
- {{ LIST ADDITIONAL VIGNETTES }}
Citation
Please cite FIShBOTR as:
Maynard George, Salois Sarah (2025) FIShBOTR: An R package to {{ TITLE }}. R package version 0.0.0.9000. https://github.com/GMaynard1/FIShBOTR/
Contributing
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the FIShBOTR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
