load.model.object: Load the population model for harp seals and hooded seals

Description Usage Arguments Value Examples

View source: R/run_assessment_models.R

Description

Load the model object to be optimized.

Usage

1
2
3
4
5
load.model.object(
  dat = data,
  par = parameters,
  template = "harps_and_hoods_population_model2"
)

Arguments

population

Choose which population to run the model on (harpwest,harpeast,hooded).

Amax

Maximum age group. Default is 20 years.

years_of_prediction

Number of years in the future to project the model. Default is 15 years.

Fproj

Which fecundity rate to use in future projections. Fproj = "mean" uses mean value of observed fecundity rates. Otherwise a fixed Fproj can be set.

Value

obj Model object to be optimized.

Examples

1
load.model.object(population = "harpeast")

NorskRegnesentral/rSPAMM documentation built on Nov. 16, 2020, 10:58 p.m.