as.kobe: Convert a 'bdm' object to a format suitable for the 'kobe'...

as.kobeR Documentation

Convert a bdm object to a format suitable for the kobe package

Description

The kobe package can be used to produce diagnostic outputs concerning status of the stock relative to MSY-based reference points.

Usage

as.kobe(.Object, ...)

## S4 method for signature 'bdm'
as.kobe(
  .Object,
  projection,
  what = c("sims", "trks", "pts", "smry", "wrms")[1],
  prob = c(0.75, 0.5, 0.25),
  year = NULL,
  nwrms = 10
)

Arguments

.Object

a bdm class object

projection

an optional list containing results from a call to project

what, prob, year, nwrms

see documentation for the kobe package

Examples

# see vignette
## Not run: 
vignette('bdm-examples')

## End(Not run)


cttedwards/bdm documentation built on Oct. 11, 2022, 7:52 p.m.