Description Details Author(s) References Examples
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.
Package: | r4ss |
Type: | Package |
Version: | 1.20 |
Date: | 2013-03-09 |
License: | GPL-3 |
LazyLoad: | yes |
URL: | http://www.r-project.org |
http://code.google.com/p/r4ss/ | |
Should be compatible with Stock Synthesis versions 3.11 through 3.24.
Ian Taylor, Ian Stewart, Allan Hicks, Tommy Garrison, Andre Punt, John Wallace, Chantel Wetzel, and other contributors
Package maintainer: Ian Taylor <Ian.Taylor@noaa.gov>
More info on the R code: http://code.google.com/p/r4ss/
Download Stock Synthesis: http://nft.nefsc.noaa.gov/
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# source updated files from the web (not always needed, but often helps)
update_r4ss_files()
# 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.