get_at_Age: Create a data.frame with at-age schedules by simulation and...

View source: R/get_data_frames.R

get_at_AgeR Documentation

Create a data.frame with at-age schedules by simulation and year

Description

Note that the Selectivity and Retention curves in these plots are from the operating model. If an MP changes the selectivity/retention, this is not shown in these plots.

Usage

get_at_Age(x, model = "Model 1", ...)

## S3 method for class 'Hist'
get_at_Age(x, model = "Model 1", ...)

## S3 method for class 'list'
get_at_Age(x, model = "Model 1", ...)

## S3 method for class 'MSE'
get_at_Age(x, model = "Model 1", ...)

## S3 method for class 'multiHist'
get_at_Age(x, model = "Model 1", ...)

## S3 method for class 'MMSE'
get_at_Age(x, model = "Model 1", ...)

Arguments

x

An object of class Hist, MSE, or a list of Hist or MSE objects

model

An optional name for the model. If x is a list of objects, model will be taken from names(x). If names(x) is NULL, model will be given sequential numerical values (e.g., ⁠Model 1⁠, ⁠Model 2⁠, ...)

...

additional arguments

Value

A data.frame


openMSE documentation built on Sept. 30, 2024, 9:32 a.m.