| SRModelName {FLCore} | R Documentation |
A supplied formula, representing an stock-recruitment relationship, is matched
against the list of all models defined in FLCore (See SRModels).
If a match is found, a tring character with the name of the model is returned,
otherwise FALSE is obtained.
SRModelName(formula)
formula |
A formula defining the model |
model |
A character string or FALSE |
FLR Team
SRModelName(rec ~ a * ssb * exp(-b * ssb))