Rcpp interface for a new Population to instantiate from R: population <- methods::new(population)
More...
|
|
SharedInt | n_ages = 0 |
| | The number of age bins.
|
| |
|
SharedInt | n_fleets |
| | The number of fleets.
|
| |
| std::shared_ptr< std::set< uint32_t > > | fleet_ids |
| |
|
SharedInt | n_years |
| | The number of years.
|
| |
|
SharedInt | n_lengths |
| | The number of length bins.
|
| |
|
SharedInt | maturity_id |
| | The ID of the maturity module.
|
| |
|
SharedInt | growth_id |
| | The ID of the growth module.
|
| |
|
SharedInt | recruitment_id |
| | The ID of the recruitment module.
|
| |
|
SharedInt | recruitment_err_id |
| | The ID of the recruitment process module.
|
| |
|
ParameterVector | log_M |
| | The natural log of the natural mortality for each year.
|
| |
|
ParameterVector | spawning_biomass_ratio |
| | The population spawning biomass ratio for each year.
|
| |
|
ParameterVector | log_f_multiplier |
| | Log of the population annual fishing mortality multiplier.
|
| |
|
ParameterVector | log_init_naa |
| | The natural log of the initial numbers at age.
|
| |
|
RealVector | ages |
| | Ages that are modeled in the population, the length of this vector should equal "n_ages".
|
| |
|
SharedString | name = fims::to_string("NA") |
| | The name for the population.
|
| |
|
uint32_t | id |
| | The local id of the PopulationInterfaceBase object.
|
| |
|
SharedBoolean | initialize_catch_at_age |
| | Initialize the catch at age model.
|
| |
|
SharedBoolean | initialize_surplus_production |
| | Initialize the surplus production model.
|
| |
|
bool | finalized = false |
| | Is the object already finalized? The default is false.
|
| |
Rcpp interface for a new Population to instantiate from R: population <- methods::new(population)