Helper function that will retrieve the stanza parameters that were used in an Rsim scenario
Arguments
- Rsim.scenario
Scenario object that contains all of the rsim rates and forcing functions generated by
rsim.scenario()
.
See also
Other Get functions:
get.rsim.fishing()
,
get.rsim.forcing()
,
get.rsim.params()
,
get.rsim.start_state()
Examples
# Read in Rpath parameter file and generate balanced model
Rpath <- rpath(AB.params)
# Create a 50 yr Rsim scenario
Rsim.scenario <- rsim.scenario(Rpath, AB.params, years = 1:50)
params <- get.rsim.stanzas(Rsim.scenario)
names(params)
#> [1] "Nsplit" "Nstanzas" "EcopathCode" "Age1"
#> [5] "Age2" "baseWageS" "baseNageS" "baseQageS"
#> [9] "Wmat" "RecPower" "recruits" "VBGFd"
#> [13] "RzeroS" "vBM" "baseEggsStanza" "SplitAlpha"
#> [17] "SpawnX" "SpawnEnergy" "baseSpawnBio" "RscaleSplit"
#> [21] "baseStanzaPred"