get_at_age_ts {openMSE} | R Documentation |
Create a data.frame with time-series information by simulation and year
Description
Create a data.frame with time-series information by simulation and year
Usage
get_at_age_ts(
x,
variable = "Spawning Biomass",
model = "Model 1",
scale = NULL
)
Arguments
x |
An object of class |
variable |
A character string with a valid name for a time-series variable.
Use |
model |
An optional name for the model.
If |
scale |
An optional function with a single numeric argument that returns transformed or scaled numeric values. See |
[Package openMSE version 1.0.1 Index]