load.initial.values: Load initial values

Description Usage Arguments Value Examples

View source: R/inputFunctions.R

Description

Load initial values for which to start the optimization from. These are the values to be estimated from the model.

Usage

1
2
3
4
5
6
7
load.initial.values(
  population = "harpeast",
  fromFile = TRUE,
  Kinit = 2e+06,
  Minit = 0.09,
  M0init = 0.27
)

Arguments

population

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

fromFile

Load initial values from file for specified population or set initial values manually.

Kinit

Initial value for population size.

Minit

Initial value for mortality of 1+ population, i.e., seals of age 1 or more.

M0init

Initial value for pup mortality.

Value

parameters List of parameters with initial values to be estimated fromt the model.

Examples

1
load.initial.values(population = "harpeast")

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