bhz | R Documentation |
FLBRP
from life history parametersTakes an FLPar
object with life history and selectivity parameters
and generates a corresponding FLBRP
object. Can use a range of functional forms.
bhz(lfd, par)
params |
an |
growth |
function that takes an |
m |
|
mat |
function that takes an |
sel |
function that takes an |
sr |
|
range |
|
spwn |
|
fish |
|
units |
|
midyear |
when growth measured, default 0.5 |
... |
any other arguments |
FLBRP
object
lhPar
, lhRef
vonB
lorenzen
sigmoid
## Not run:
load("lfd.1.RData")
load("design.RData")
par=lhs[["Pollachius pollachius"]]
par=rbind(FLPar("lc"=FLife:::vonB(par["sel1"],par)),par)
z=bhz(lfd,par)
plot(z)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.