summspm | R Documentation |
summspm extracts critical statistics from output of plotspmmod. In particular it pulls out the catchability q, the MSY, Bmsy, Dmsy, Blim, Btarg, Ctarg. and Dcurr.
summspm(ans)
ans |
the object output from the function plotspmmod used to plot the output of a surplus production analysis |
a matrix of statistics relating to MSY, expected yields, and depletion levels
data(dataspm)
plotfishM(dataspm,spsname="Pink Ling")
pars <- log(c(0.264,4740,3064,0.05))
ans <- plotspmmod(pars,dataspm,schaefer=FALSE,plotout=FALSE)
bestSP <- fitSPM(pars,dataspm,schaefer=FALSE,maxiter=1000)
outfit(bestSP)
ans <- plotspmmod(bestSP$estimate,dataspm,schaefer=FALSE,plotout=FALSE)
summspm(ans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.