asem2spm | R Documentation |
asem2spm()
asem2spm(
object,
quant = c("vb", "ssb"),
fmsy = NULL,
rel = FALSE,
spcurve = FALSE
)
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 |
prior means for r and m *FLPar*
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.