powered by
Plots simulation variables versus estimation variables for Stochastic SRA methods of conditioning operating models.
SRAcomp(sim, OM, outfile = NA, maxplot = 10)
The output list object of SRAsim() function.
The output object of StochasticSRA() function.
The name of the figure (something.jpg) you wish to make using SRAcomp
The maximum number of simulations to plot
# 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) # }
Run the code above in your browser using DataLab