asem2spm: asem2spm()

View source: R/OMsim.R

asem2spmR Documentation

asem2spm()

Description

asem2spm()

Usage

asem2spm(
  object,
  quant = c("vb", "ssb"),
  fmsy = NULL,
  rel = FALSE,
  spcurve = FALSE
)

Arguments

object

An *FLBRP*

quant

choose between vb and ssb

rel

if TRUE ratios are produced for spcurve

spcurve

if TRUE a data.frame is added

Value

prior means for r and m *FLPar*

Examples

data(ple4)
sr <- srrTMB(as.FLSR(ple4,model=bevholtSV),spr0=mean(spr0y(ple4)))
brp = FLBRP(ple4,sr)
asem2spm(brp)[1:4]
plotpf(brp)
plotpf(brp,rel=TRUE)

Henning-Winker/FLRef documentation built on July 14, 2024, 7:28 a.m.