Sub: Subset MSE object by management procedure (MP) or simulation.

Description Usage Arguments Note Author(s) Examples

View source: R/MSE_functions.R

Description

Subset the MSE object by particular MPs (either MP number or name), or particular simulations, or a subset of the projection years (e.g., 1: < projection years).

Usage

1
Sub(MSEobj, MPs = NULL, sims = NULL, years = NULL)

Arguments

MSEobj

A MSE object.

MPs

A vector MPs names or MP numbers to subset the MSE object. Defaults to all MPs.

sims

A vector of simulation numbers to subset the MSE object. Can also be a logical vector. Defaults to all simulations.

years

A numeric vector of projection years. Should start at 1 and increase by one to some value equal or less than the total number of projection years.

Note

See relevant section of the DLMtool User Guide for more information.

Author(s)

A. Hordyk

Examples

1
2
3
4
5
6
7
8
## Not run: 
MSE <- runMSE() 
MSE_1 <- Sub(MSE, MPs=1:2)
MSE_1@MPs
MSE_2 <- Sub(MSE, sims=1:10)
MSE_2@nsim

## End(Not run)

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.