selecting_units: Selecting Units

Description Usage Arguments Value Author(s) Examples

View source: R/selecting_units.R

Description

Returns some of the matrices provided by Sum.Pop.Mod function but in tonnes instead of Kg.

Usage

1
selecting_units(Pop.Mod, Elements)

Arguments

Pop.Mod

A list containing the components returned by Population.Modeling function (main function).

Elements

A vector specifing which of the following elements must be reported by the function.

  • "C":Weight of the captures for each year and iteration.

  • "BIO":Total biomass for each year and iteration.

  • "SSB":Maturity biomass for each year (spawning stock) and iteration.

Value

A list containing the objects specified before using argument "Elements" in tonnes.

Author(s)

Examples

1
#selecting_units(Pop.Mod,c("C","BIO","SSB"))

IMPRESSPROJECT/ModelingPopulation documentation built on March 21, 2020, 12:14 a.m.