age_select: age_select

View source: R/age_select.R

age_selectR Documentation

age_select

Description

Age ranges for selection based on age.

Usage

age_select(...)

Arguments

...

Ignored

Details

None

Value

A list with variable names as the elements. Each element is itself a list with species as the elements. Each speices element is a list with the age range for a locale as the elements as a length 2 vector with the lower limit as the first value and the upper limit as the second value.

Author(s)

Erik Lampa

Examples

age_select() ## Show the entire list

    ## Create the age selection but change the lower limit for Hg of
    ## herrings at Landsort to 1.
    agesel <- age_select()
    agesel$HG$CLUP$LAND[1] <- 1

NRM-MOC/MoCiS documentation built on March 27, 2023, 7:35 p.m.