sim: sim

sim,missing,missing-methodR Documentation

sim

Description

Creates a biodyn object with known properties

Usage

## S4 method for signature 'missing,missing'
sim(
  params = FLPar(r = 0.5, k = 1000, p = 1, b0 = 1),
  harvest = FLQuant(c(seq(0, 1.5, length.out = 30), rev(seq(0.5, 1.5, length.out =
    15))[-1], rep(0.5, 5)) * (params["r"] * (1/(1 + params["p"])))),
  bounds = c(0.1, 10),
  p = NULL,
  b0 = NULL,
  ...
)

Arguments

params

surplus production parameters

harvest

FLQuant with harvest rate

bounds

on control

...

other arguments

model

character corresponding to model

Value

biodyn object with simulated time series

Examples

## Not run: 
 bd=sim() 
 
## End(Not run)

laurieKell/mpb documentation built on Dec. 2, 2024, 1:34 a.m.