Package of 'sstools'

This packages is for producing diagnostics of results from Stock Synthesis (SS). While there is another packages, named r4ss, which is officially supported by developers of SS, this package of 'sstools' is specialized for over-plotting multiple results at once (see snapshots).

Change Log:

Download and Install:

[source code] sstools_1.9.tar.gz

[For windows] sstools_1.9.zip (complied under windows XP (32bit))

Usage: See help after calling the library of 'sstools' such as

 
library(sstools)  
help(sstools)
 

Examples:


library(sstools)
# No options
allplot()

# overplots of multiple results
allplot(repfile=c("Report1.SSO","Report2.SSO","Report3.SSO"),
        compfiles=c("CompReport1.SSO","CompReport2.SSO","CompReport3.SSO"))


NOTEs when over-plotting multiple results:

Past packages:

Snapshots

** Original data of this snapshots are from 'simple' example in Stock Synthesis HP at NOAA


Back to the top page