View source: R/get_data_frames.R
get_ts | R Documentation |
Create a data.frame with time-series information by simulation and year
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", ...)
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 |
... |
named arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.