The RstoxFramework package is the engine of the stock assesment utility StoX, which is an open source application fo acoustic-trawl and swept-area survey estimation.
The package creates an evironment containing the StoX project(s) in separate environments. Each StoX project consists of a list of data tables holding e.g. biotic and acoustic data, filtered versions of the data, strata system, definitios of primary sampling units, accompanied by a list of specifications of the StoX processes comprising the StoX project. A StoX process is an R function taking as input the project name, the input data and parameters used by the function.
The package replaces the old Java library in StoX versions prior to StoX 3.0.0.
-
Install the latest release:
install.packages("RstoxFramework", repos = c("https://stoxproject.github.io/repo", "https://cloud.r-project.org"))
-
Install the latest version from GitHub:
devtools::install_github("https://github.com/StoXProject/RstoxFramework")
LGPL-3 © Norwegian Institute of Marine research (IMR) (homepage).
The development of RstoxFramework package is mainly supported by IMR's REDUS, SEA2DATA and SIDO projects.
RstoxFramework is part of the bigger StoX ecosystem.