stock_distribution_funs: Functions to produce initial conditions or renewal...

Description Usage Arguments Value Examples

Description

These functions will produce a data.frame of class normalcondfile, normalparamfile, or numberfile

Usage

1
2
3
4
5

Arguments

...

Arguments necessary for a normalcondfile, a normalparamfile, or a numberfile. See initial conditions and renewal in the Gadget User Guide

Value

A data.frame of class normalcondfile, normalparamfile, or numberfile

Examples

1
2
3
4
5
6
7
8
normalparamfile(year = 1:10,
                area = 1,
                age.factor = 10,
                area.factor = 10,
                mean = vb_formula("cod", 1:10),
                stddev = 1:10,
                alpha = 0.0001,
                beta = 3)

inspktrgadget/gadgetSim documentation built on May 10, 2019, 9:51 a.m.