knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This repository contains the code and documentation for the fishLengthAssess R package. fishLengthAssess acts as an aggregator of length-based stock assessment models. The package imposes a standardized formatting and metadata structure on length data sets, which can then be used in a variety of length-based assessment methods that are aggregated within the package. It also provides wrapper functions to link standardized formatting of length data sets with external R packages that contain length-based assessment methods (e.g. LBSPR package).
You can install the development version of fishLengthAssess from GitHub with:
# install.packages("devtools") devtools::install_github("natureanalytics-ca/fishLengthAssess")
Documentation for the fishLengthAssess package can be found here as a user guide.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.