| lhEql,FLPar-method | 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.
## S4 method for signature 'FLPar'
lhEql(
  params,
  growth = FLife::vonB,
  m = "gislason",
  sr = "bevholt",
  mat = logistic,
  sel = dnormal,
  range = c(min = 0, max = 40, minfbar = 1, maxfbar = 40, plusgroup = 40),
  spwn = 0,
  fish = 0.5,
  midyear = 0.5,
  ...
)
params | 
 an   | 
growth | 
 function that takes an   | 
m | 
 
  | 
sr | 
 
  | 
mat | 
 function that takes an   | 
sel | 
 function that takes an   | 
range | 
 
  | 
spwn | 
 
  | 
fish | 
 
  | 
midyear | 
 when growth measured, default 0.5  | 
... | 
 any other arguments  | 
units | 
 
  | 
FLBRP object
lhPar, lhRef
vonB lorenzen sigmoid
## Not run: 
data(teleost)
alb=teleost[,"Thunnus alalunga"]
eql=lhEql(lhPar(alb))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.