Learn R Programming

r4ss (version 1.11)

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

ll{ Package: r4ss Type: Package Version: 1.11 Date: 2010-09-08 License: MIT license LazyLoad: yes URL: http://www.r-project.org http://code.google.com/p/r4ss/ } For use with Stock Synthesis version 3.10b or later.

References

More info on the R code: http://code.google.com/p/r4ss/ Download Stock Synthesis: http://nft.nefsc.noaa.gov/

Examples

Run this code
# read in the report file using SSoutput
myreplist <- SSoutput(dir='c:/SS/SSv3.10b/Simple/')
# make a collection of plots using SSplots
SSplots(replist=myreplist)

Run the code above in your browser using DataLab