sim,missing,missing-method | R Documentation |
Creates a biodyn object with known properties
## 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,
...
)
params |
surplus production parameters |
harvest |
|
bounds |
on |
... |
other arguments |
model |
character corresponding to model |
biodyn object with simulated time series
## Not run:
bd=sim()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.