SRAcomp: Plot simulation test of Stochastic SRA method

Description Usage Arguments Author(s) Examples

View source: R/StochasticSRA.R

Description

Plots simulation variables versus estimation variables for Stochastic SRA methods of conditioning operating models.

Usage

1
SRAcomp(sim, OM, outfile = NA, maxplot = 10)

Arguments

sim

The output list object of SRAsim() function.

OM

The output object of StochasticSRA() function.

outfile

The name of the figure (something.jpg) you wish to make using SRAcomp

maxplot

The maximum number of simulations to plot

Author(s)

T. Carruthers (Canadian DFO grant)

Examples

1
2
3
4
5
6
7
8
## Not run: 
sim<-SRAsim(testOM,qmult=1,patchy=0.8)
CAA<-sim$CAA
Chist<-sim$Chist
testOM<-StochasticSRA(testOM,CAA,Chist,nsim=30,nits=500)
SRAcomp(sim,testOM) 

## End(Not run)

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.