Learn R Programming

r4ss (version 1.36.1)

r4ss-package: R tools 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 NMFS Northwest Fisheries Science Center. The functions include tools for summarizing and plotting results, manipulating files, visualizing model parameterizations, and various other tasks.

Arguments

Details

Package: r4ss
Type: Package
Version: 1.36.1
Date: 2019-10-16
License: GPL-3
LazyLoad: yes
URL: https://github.com/r4ss/

Should be compatible with Stock Synthesis versions 3.24 through 3.30 (specifically version 3.30.14.05, from September, 2019).

References

r4ss on GitHub: https://github.com/r4ss Download Stock Synthesis: https://vlab.ncep.noaa.gov/web/stock-synthesis/home

Examples

Run this code
# NOT RUN {
# }
# 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