r4ss-package {r4ss}R Documentation

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. Rick 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.

Details

Package: r4ss
Type: Package
Version: 1.04
Date: 2010-01-20
License: MIT license
LazyLoad: yes
URL: http://www.r-project.org
http://code.google.com/p/r4ss/

For use with Stock Synthesis version 3.04b.

Author(s)

Ian Taylor, Ian Stewart, Tommy Garrison, Andre Punt, John Wallace, and other contributors

Package maintainer: Ian Taylor <Ian.Taylor@noaa.gov>

References

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

Examples

## Not run: 
# read in the report file using SSv3_output
myreplist <- SSv3_output(dir='c:/SS/SSv3.04b/Simple/')
# make a collection of plots using SSv3_plots
SSv3_plots(replist=myreplist)
## End(Not run)

[Package r4ss version 1.04 Index]