fwd: fwd

Description Usage Arguments Examples

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

1
fwd(object, ctrl, ...)

Arguments

object

an object of class biodyn or biodyns

ctrl

missing

...

any other parameters

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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/biodyn documentation built on May 20, 2019, 7:58 p.m.