Learn R Programming

scape (version 2.3.5)

scape-package: Statistical Catch-at-Age Plotting Environment

Description

Import and plot results from statistical catch-at-age models, used in fisheries stock assessments.

Arguments

Author

Arni Magnusson.

Details

Import model results:

importADCAMADCAM model results
importColColeraine model results

Plot model fit to data:

plotCAcatch at age
plotCLcatch at length
plotIndexabundance index
plotLAlength at age

Plot derived quantities:

plotBbiomass, recruitment, and landings
plotNnumbers at age
plotSelselectivity and maturity

Sigmas and sample sizes:

getN, getSigmaI, getSigmaRextract
estN, estSigmaI, estSigmaRestimate
iteratecombine all get* and est*

Import MCMC results:

importMCMCtraces of likelihoods, parameters, biomass and recruitment
importProjmedium-term projections of biomass and catch

Examples:

x.cod, x.ling, x.oreo, x.saithe, x.sbwcod, ling, oreo, and whiting assessments
xmcmc, xprojMCMC results

References

Magnusson, A. (2005). R goes fishing: Analyzing fisheries data using AD Model Builder and R. Proceedings of the 4th International Workshop on Distributed Statistical Computing.

Magnusson, A. and Hilborn, R. (2007). What makes fisheries data informative? Fish and Fisheries, 8, 337--358. tools:::Rd_expr_doi("10.1111/j.1467-2979.2007.00258.x")

Magnusson, A., Punt, A.E. and Hilborn, R. (2013). Measuring uncertainty in fisheries stock assessment: the delta method, bootstrap, and MCMC. Fish and Fisheries, 14, 325--342. tools:::Rd_expr_doi("10.1111/j.1467-2979.2012.00473.x")

See Also

Most scape graphics are trellis plots, rendered with the lattice package.

The functions Args and ll (package gdata) can be useful for browsing unwieldy functions and objects.

The plotMCMC package can be used to diagnose the results of MCMC analysis.