
Create a data.frame with time-series information by simulation and year
Source:R/get_data_frames.R
get_ts.RdCreate a data.frame with time-series information by simulation and year
Usage
get_ts(x, variable = "Spawning Biomass", model = "Model 1", scale = NULL)
valid_ts_variables()
valid_at_age_ts_variables()
# S3 method for class 'Hist'
get_ts(x, variable = "Spawning Biomass", model = "Model 1", scale = NULL)
# S3 method for class 'MSE'
get_ts(x, variable = "Spawning Biomass", model = "Model 1", scale = NULL)
# S3 method for class 'list'
get_ts(x, variable = "Spawning Biomass", model = "Model 1", scale = NULL)
# S3 method for class 'multiHist'
get_ts(x, variable = "Spawning Biomass", model = "Model 1", scale = NULL)
# S3 method for class 'MMSE'
get_ts(x, variable = "Spawning Biomass", model = "Model 1", scale = NULL)
get_Biomass(x, model = "Model 1", ...)
get_Landings(x, model = "Model 1", ...)
get_Removals(x, model = "Model 1", ...)
get_Recruits(x, model = "Model 1", ...)
get_SSB(x, model = "Model 1", ...)
get_SB_SBMSY(x, model = "Model 1", ...)
get_F(x, model = "Model 1", ...)
get_Biomass_at_Age(x, model = "Model 1", ...)
get_Number_at_Age(x, model = "Model 1", ...)
get_SSB_at_Age(x, model = "Model 1", ...)Arguments
- x
An object of class
Hist,MSE, or a list ofHistorMSEobjects- variable
A character string with a valid name for a time-series variable. Use
valid_ts_variables()for valid variable names.- model
An optional name for the model. If
xis a list of objects,modelwill be taken fromnames(x). Ifnames(x)isNULL,modelwill be given sequential numerical values (e.g.,Model 1,Model 2, ...)- scale
An optional function with a single numeric argument that returns transformed or scaled numeric values. See
lb2kgandkg2lbfor example. Can be a list of functions for list objects (NA for no transformation)- ...
named arguments passed to
get_ts