Define strata for survey indices. R package, updated 2022-01-26.
This package helps to define strata from bathymetric grids for survey indices. The survey indices can be calculated using the StoX software but also manually outside StoX. See the user guide for further details.
The package can be installed from GitHub using the devtools (or remotes) package:
devtools::install_github("DeepWaterIMR/RstoxStrata")
See the user guide and gallery of strata systems to learn how to use the package.
When using use the package for stock assessment or scientific articles, please cite it:
citation("RstoxStrata")
#>
#> To cite package 'RstoxStrata' in publications use:
#>
#> Mikko Vihtakari (2022). RstoxStrata: Define Strata for Survey
#> Indices. R package version 0.2.7.
#> https://DeepWaterIMR.github.io/RstoxStrata/
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {RstoxStrata: Define Strata for Survey Indices},
#> author = {Mikko Vihtakari},
#> year = {2022},
#> note = {R package version 0.2.7},
#> url = {https://DeepWaterIMR.github.io/RstoxStrata/},
#> }