format_plot_input: Format Plot Input Function to format the simulation output...

Description Usage Arguments Examples

Description

Format Plot Input Function to format the simulation output for plots.

Usage

1

Arguments

out

output from conduct_survey function

Examples

1
2
3
4
ctl <- make_ctl(distribute = 'uniform', mortality = .1, move_out_prob = .5,
                nfish1 = 1000, nfish2 = 10000, prob1 = 1, prob2 = .3, nyear = 15, scope = 1)
out <- conduct_survey(ctl = ctl) 
format_plot_input(out)

peterkuriyama/hlsimulator documentation built on May 25, 2019, 1:51 a.m.