sv,FLPar,character-method | R Documentation |
Calculates steepness and virgin biomass given a and b for a Beverton and Holt SRR
## S4 method for signature 'FLPar,character'
sv(x, model, spr0 = NA)
x |
|
model |
|
spr0 |
spawner per recruit at F=0 |
... |
any other arguments |
FLPar
with values for steepness (s) and virgin biomass (v)
## Not run:
#bug
params=FLPar(a=37.8,b=8.93)
sv(params,"bevholt",.4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.