get_at_Age {openMSE} | R 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 |
model |
An optional name for the model.
If |
... |
additional arguments |
Value
A data.frame
[Package openMSE version 1.0.1 Index]