R/RcppExports.R

Defines functions operatingModelRun

Documented in operatingModelRun

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#'@title Call the CPP operatingModel run method
#'@description Call the CPP operatingModel run method
#'@name operatingModelRun
NULL

#' Used to run the projections.
#' Internal use only.
#'@param flfs FLFisheries.
#'@param biols List of the Biol bits.
#'@param ctrl fwdControl.
#'@param effort_mult_initial Initial effort multiplier.
#'@param effort_max Maximum yearly rate of change in effort for each fishery.
#'@param indep_min Minimum independent solver value.
#'@param indep_max Maximum independent solver value.
#'@param nr_iters Maximum number of iterations for solver.
#'@rdname operatingModelRun
operatingModelRun <- function(flfs, biols, ctrl, effort_max, effort_mult_initial, indep_min, indep_max, nr_iters = 50L) {
    .Call('_FLasher_operatingModelRun', PACKAGE = 'FLasher', flfs, biols, ctrl, effort_max, effort_mult_initial, indep_min, indep_max, nr_iters)
}
iagomosqueira/FLasher documentation built on Jan. 11, 2024, 12:58 a.m.