| SubCpars | R Documentation |
Subset the custom parameters of an operating model by simulation and projection years
SubCpars(x, ...)
## S4 method for signature 'OM'
SubCpars(x, sims = 1:x@nsim, proyears = x@proyears, silent = FALSE)
## S4 method for signature 'MOM'
SubCpars(x, sims = 1:x@nsim, proyears = x@proyears, silent = FALSE)
x |
An object of class OM or MOM |
... |
Arguments for method. |
sims |
A logical vector of length |
proyears |
If provided, a numeric to reduce the number of projection years (must be less than |
silent |
Logical to indicate if messages will be reported to console. |
Useful function for running multiMSE in batches if running into memory constraints.
An object of class OM or MOM (same class as x).
T. Carruthers, Q. Huynh
Sub for MSE objects, SubOM for OM components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.