Learn R Programming

r4ss (version 1.44.0)

r4ss-package: r4ss: R Code for Stock Synthesis

Description

A collection of R functions for use with Stock Synthesis, a fisheries stock assessment modeling platform written in ADMB by Dr. Richard D. Methot at the NOAA Northwest Fisheries Science Center. The functions include tools for summarizing and plotting results, manipulating files, visualizing model parameterizations, and various other common stock assessment tasks. This version of 'r4ss' is compatible with Stock Synthesis versions 3.24 through 3.30 (specifically version 3.30.19.01, from April 2022).

Arguments

See Also

Useful links:

Examples

Run this code
# NOT RUN {
# read in the report file using SS_output
myreplist <- SS_output(dir = "c:/SS/simple/")

# make a collection of plots using SS_plots
SS_plots(replist = myreplist)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab