fwd: fwd

fwd,biodyn,missing,missing-methodR Documentation

fwd

Description

Projects a biodyn object (i.e. a biomass dynamic model) for a given future catch, harvest rate, or stock biomass. Only one of these has to be supplied as an argument.

Usage

## S4 method for signature 'biodyn,missing,missing'
fwd(
  object,
  fishery,
  control,
  catch = NULL,
  harvest = NULL,
  f = NULL,
  stock = NULL,
  hcr = NULL,
  pe = NULL,
  peMult = TRUE,
  minF = 0,
  maxF = 2,
  bounds = list(catch = c(Inf, Inf)),
  lag = 0,
  end = NULL,
  starvationRations = 0.75,
  ...
)

Arguments

object

an object of class biodyn or biodyns

control

missing

...

any other parameters

Examples

## Not run: 
bd=simBidyn()
harvest=rlnorm(100,log(harvest(bd))[,-dims(bd)$year],.1)

bdHat =fwd(bdHat,harvest=harvest)

plot(bdHat,worm=c(2,8))+
theme(legend.position="bottom")
 
## End(Not run)

laurieKell/mpb documentation built on Sept. 9, 2023, 9:47 p.m.