SRModelName: Convenience function to identify an SR model by its formula

Description Usage Arguments Value Author(s) See Also Examples

Description

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.

Usage

1

Arguments

model

A formula defining the model

Value

name

A character string or NULL

Author(s)

FLR Team

See Also

SRModels

Examples

1
SRModelName(rec ~ a * ssb * exp(-b * ssb))

FLCore documentation built on May 2, 2019, 5:46 p.m.